解决firebug报“illegal character"错误的问题

项目中的一个js文件在firefox中总报“illegal character"错误,而且firebug中显示js文件的首字符有乱码。

用notepad2打开js文件查看编码,当前是UTF-8(含bom),更改为UTF-8 后运行正常。

转载于:https://www.cnblogs.com/vento/archive/2009/06/02/1494384.html

你可能感兴趣的:(解决firebug报“illegal character"错误的问题)