我遇到了一个问题,我无法使用YUIcompressor缩小文件,脚本运行没有问题,但在this script的第3行返回错误missing name after . operator
:
完全在:"+ source.response.chars[k].name +"
我的想法,脚本似乎工作,没有任何问题。
答案 0 :(得分:3)
问题出在"+source.response.chars[k].class+"
而非"+ source.response.chars[k].name +"
,class
是保留名称。