gameThirdScriptError eval is not a function TypeError: eval is not a function
顺着报错去查.
eval方法只能在非严格模式中进行使用,在use strict中是不允许使用这个方法的。 网上有个贴子这样说,微信开发是这个原因么?!
http://www.php.cn/xiaochengxu-351447.html 好吧,微信不让用。。。。。。。OVER!