引入“ext-lang-zh_CN.js”之后,查看页面一直出现“ 未结束的字符串常量”,问题解决方法:
出现“ 未结束的字符串常量”,是由于字符集问题,在引入js的时候加上 charset="utf-8" 试试,应该可以解决。
如下:
<script type="text/javascript" src="http://www.cnblogs.com/extJs-lib/scripts/ext/ext-lang-zh_CN.js" charset="utf-8">

 

 

引用至:http://ht19820316.blog.163.com/blog/static/339552332010101242616842/

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2021-09-23
  • 2021-07-11
  • 2021-10-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案