我正在尝试使用 base 标记设置本地站点根目录。以下代码不起作用。难道我做错了什么?如何将mysite
文件夹设置为基础?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="file:///home/me/mysite"></base>
<title> Asset Take On Process </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
</head>
<body>
some stuff
</body>
</html>
站点文件夹结构是
mysite
|___css
|___img
|___js
等等..
当我加载网页时,它根本看不到文件夹中的main.css
。css