JS可获取完整对象,调用对象内部属性时undefined: let obj = { xxxx }解决方法:var obj = eval ("(" + obj+ ")");或JSON.parse(obj)