http://www.jb51.net/article/44562.htm
obj = JSON.parse(string) | obj = jQuery.parseJSON(str) 将JSON字符串转为js对象 JSON.stringify(obj) 将js对象转为JSON字符串