XXX is not defined at HTMLAnchorElement.onclick以及script标签

list.html:142 Uncaught ReferenceError: goPage is not defined
at HTMLAnchorElement.onclick (list.html:142)XXX

在调用javascript的时候把

<script type="text/javascript">
</script>

写成了

<script type="javascript">
</script>

另外要注意的是script标签不能是闭合的比如以下写法就会报错

<script src="${path}/js/jquery.js"/>

猜你喜欢

转载自blog.csdn.net/dingcai12003/article/details/93144826