function (sJSON) {
if (window.JSON) { return window.JSON.parse(sJSON); } else { return eval('(' + sJSON + ')'); } }本文共 165 字,大约阅读时间需要 1 分钟。
function (sJSON) {
if (window.JSON) { return window.JSON.parse(sJSON); } else { return eval('(' + sJSON + ')'); } }转载于:https://www.cnblogs.com/llcdbk/p/6086410.html