【发布时间】:2015-04-15 02:47:12
【问题描述】:
基本上是标题,尝试在 Firefox 上打开一个页面,从具有外部 css 文件且未加载的本地主机(WAMP)。 这是标题信息:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="..\include\site.css" id="style">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
css 和 html 文件一样已经过验证,两者都没有错误。 css 适用于 IE 和 Chrome。在其他地方寻找解决方案,但找不到任何帮助。
有什么建议吗?
谢谢!
【问题讨论】: