发布网友 发布时间:2022-04-20 11:44
共6个回答
热心网友 时间:2023-09-26 18:35
路径有问题热心网友 时间:2023-09-26 18:35
你直接在html里面插入调用js文件的代码,写清楚js文件的目录位置,就可以调用了追问路径写了可是不行,不知道是不是我写的路径错了,我写的路径是src="../ad/script/index.js"追答路径没有问题,但是建议用绝对路径吧,就是前面加上www.****.com/ad/script/index.js
然后检查一下你的js调用代码有没有问题。应该就差不多了
热心网友 时间:2023-09-26 18:36
src="./ad/script/index.js"热心网友 时间:2023-09-26 18:36
<script src="../ad/script/index.js" type="text/javascript"></script>热心网友 时间:2023-09-26 18:37
<script type="text/javascript" src="ad/script/index.js"></script>热心网友 时间:2023-09-26 18:38
在script标签里加上src="../ad/script/index.js"