摘要: record为JSON对象 阅读全文
posted @ 2017-11-07 21:45 A·DONG 阅读(2135) 评论(0) 推荐(0)
摘要: JSON.parse()--字符串转换json、JSON.stringify()--json转换成字符串 如:收到Json对象:response,则: {"result":"aaa","bbb","ccc"} 1. response = JSON.stringify(response); respn 阅读全文
posted @ 2017-11-07 18:02 A·DONG 阅读(6036) 评论(0) 推荐(0)