调试js错误

时间:2015-03-18 19:57:47

标签: javascript jquery performance debugging

我正在调试erros http://closure-compiler.appspot.com/home并在我们的网站上正常工作时获取这些错误。

我正在调试一个js文件。所以那些都在js文件中。

我应该更换它们还是如何解决它们?

1

  

JSC_PARSE_ERROR:解析错误。此语言模式不支持字符串连续。 //

 $("#new_data").after('<div class="cont_price_op">'+dat.price_ops[i]+'</div>')
                                                                    ^

2

  

JSC_PARSE_ERROR:解析错误。此语言模式不支持字符串连续

  $("#new_data").after('<div class="cont_price_op">'+dat.price_ops[i]+'</div>')
                        ^

3

  

JSC_PARSE_ERROR:解析错误。此语言模式不支持字符串连续

   if(dat.company_pers ==1){ msg =' <div class="wish...
                                   ^

0 个答案:

没有答案