摘要:
1 插桩: 保存代码-->修改保存代码(找到关键信息,输出)-->替换代码 x.push var n = String.fromCharCode(65); var n = "HELLO WORLD".charAt(2) // 返回的是L var n = "HELLO WORLD";.charCode 阅读全文
摘要:
if (typeof JSON.decycle !=="function") { JSON.decycle = function decycle(object, replacer) { "use strict"; var objects = new WeakMap(); // object to p 阅读全文