摘要: // format json obj string function format_json(txt, compress) { var indentChar = ' '; if (/^\s*$/.test(txt)) { //alert('txt is empty'); return ''; } try { ... 阅读全文
posted @ 2017-01-06 14:19 不是风 阅读(4998) 评论(0) 推荐(0)