数据分析师2017-10-01 00:24:34
After creating the CSS and js folders, how to introduce them into the code? -PHP Chinese website Q&A-After creating the CSS and js folders, how to introduce them into the code? -PHP Chinese website Q&A
Let’s take a look and learn.
怪我咯2017-02-20 13:23:15
使用link标签,具体方法如下
<link rel="stylesheet" href=".../CSS/common.css" type="text/css" />
<link rel="stylesheet" href=".../CSS/index.css" type="text/css" />
<script type='text/javascript' src='.../js/reset.js'></script>