字符串转换JSON 的方法

function (sJSON) {
if (window.JSON) {
return window.JSON.parse(sJSON);
} else {
return eval('(' + sJSON + ')');
}
}

posted @ 2016-11-21 18:08  洛晨随风  阅读(145)  评论(0编辑  收藏  举报