1. 默认JSON对象提供两个:JSON.parse(str)JSON.stringify(json)2. 如果是普通jsonlet json={a:1,b:2};这个就是普通对象操作,比如 json.a、 json['a']删除属性: delete json.a;