2024年6月7日发(作者:) index var jsonData='{"name": "tom","age": 18}';//创建json数据 var per=(jsonData);//将json数据转换为javascript对象 ()//tom