摘要: 1.jQuery 1.9.1 1 parseJSON: function( data ) { 2 // Attempt to parse using the native JSON parser first 3 if ( window.JSON && window.JSON.parse ) { 4 return window.JSON.parse( data ); 5 } 6 7 if ( data === null ) { 8 return data; 9 }10... 阅读全文
posted @ 2014-03-13 22:53 未来动力 阅读(216) 评论(0) 推荐(0) 编辑