超難debug...更動每一行code錯誤訊息都會不一樣
因為犯了一個錯可能會出現下面的錯誤指令,而且js乍看之下都沒有問題
Uncaught SyntaxError: Unexpected token ILLEGAL (第一行)
或
找不到dom的錯誤訊息
最後想到可能是localStorage 便查找所有相關的code
if(!localStorage.data)
要改成
if(localStorage.data!=="")
PS:
不是下面網址說的編碼錯誤字元問題 不過出錯的內容是一樣的~_~
http://stackoverflow.com/questions/12719859/syntaxerror-unexpected-token-illegal
留言
張貼留言