Results 4 comments of tcpsoft

已经找到解决方案。 在执行类似于这样的代码,时 ![0](https://user-images.githubusercontent.com/29502181/48300942-cb75a880-e520-11e8-8e1c-2bd7415d6bd5.PNG) 提示“unescaoe is not defined”, 我给它定义一个对象, 执行【var unescaoe = unescape】 ![1](https://user-images.githubusercontent.com/29502181/48300943-cc0e3f00-e520-11e8-9d86-a7dd76ae6bdf.PNG) 又提示,再定义一个对象,【var escaoe = escape】 ![2](https://user-images.githubusercontent.com/29502181/48300944-cc0e3f00-e520-11e8-93ec-4b706adf0719.PNG) 再执行,有了。 ![3](https://user-images.githubusercontent.com/29502181/48300987-52c31c00-e521-11e8-9b78-6539a0e1f3fb.PNG)

这看起来很简单,也很基础,但很有效,很能解决问题

A solution has been found. When executing code like this ![0](https://user-images.githubusercontent.com/29502181/48300942-cb75a880-e520-11e8-8e1c-2bd7415d6bd5.PNG) Prompt "unescaoe is not defined", I defined an object for it, Execute [**var unescaoe = unescape**] ![1](https://user-images.githubusercontent.com/29502181/48300943-cc0e3f00-e520-11e8-9d86-a7dd76ae6bdf.PNG) Also prompt,...

This seems simple and basic, but it works, it can solve this problem.