标签:ror class expect 若是 expected nbsp cannot ted 标签
控制台出现以下报错时:
Uncaught SyntaxError: Unexpected token
注意检查输入符号是否错误;
出现以下报错时:
Uncaught TypeError: Cannot read property ‘getElementsByTagName‘ of null
1. 检查出错行的id: banner和TagName: img 在相关的html页面中是否存在;
var pics = document.getElementById("banner").getElementsByTagName("img")
2. 检查html页中引入js文件是否在body底部引入,若是在head标签内引入并且在js中没有用window.onload就可能出现以上报错。
标签:ror class expect 若是 expected nbsp cannot ted 标签
原文地址:http://www.cnblogs.com/leiting/p/7269942.html