如字典:
dDeviceInfo : {
"Android_Os_Version" : "7.0",
"Resolution" : "1193 × 720",
"AvailMem" : "336.0MB",
"IsWife" : "True",
"Phone_Model" : "LG-TP260",
"CPUModel" : "0 "
}
把 DeviceInfo 转换为字符串显示
JSON.stringify( dDeviceInfo ) 就可以转换为字符串显示,不再是一个object(试过可行:http://www.runoob.com/json/json-stringify.html)