所以我正在做一个使用bootstrap的项目。我的文件在htdoc>DocumentRepository中
<link rel ="stylesheet" href ="C:\xampp\htdocs\DocumentRepository\Bootstrap\bootstrap-3.3.5-dist\css\bootstrap.min.css">
<link rel ="stylesheet" href ="C:\xampp\htdocs\DocumentRepository\Bootstrap\bootstrap-3.3.5-dist\css\bootstrap-theme.min.css">
但问题是在本地主机上运行它不包括任何引导程序。请帮帮我!
发布于 2019-07-12 01:25:55
在任何linux系统中,当目录以"/“开头时,将显示引导程序文件的位置。因此,只需添加像src=“路径/文件”这样的文件,就应该可以工作了
https://stackoverflow.com/questions/32746192
复制相似问题