1. JSON.stringify(jsonobj): 可以将json对象转换成json字符串
2. jQuery.parseJSON(jsonString) 将格式完好的json字符串转为与之对应的json对象