标签: Json
thumbnail

JSON

json在js中的使用 json定义的实例代码 // json的定义 var jsonObj = { "key1": 12, "key2": "abc", "key3": true, "key4": [11, "arr", ……