http://www.json.org/
搜索 json2.js,下载压缩包
把json2.js引入到页面,就OK了。
https://github.com/douglascrockford/JSON-js
搜索 json2.js,下载压缩包
把json2.js引入到页面,就OK了。
https://github.com/douglascrockford/JSON-js
if(typeof JSON == 'undefined'){
$('head').append($("<script type='text/javascript' src='${Plugins}/JSONjsMaster/json2.js'>"));
}