CSS、JS中的相对路径引用
<head>
<title>引入Html中的css、js的路径问题</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="js/chbk.js" type="text/javascript"></script>
</head>
CSS、JS中的相对路径引用
<head>
<title>引入Html中的css、js的路径问题</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script src="js/chbk.js" type="text/javascript"></script>
</head>
Comments | NOTHING