Unexpected end of JSON input /wx9a25715a0cf0367/0/page-frame.html:1:1 这是什么报错,
对需要做JSON.parse的字符串先做编码处理,encodeURIComponent(str),再用JSON.parse将其转成js对象,最后通过decodeURIComponent(str)将字符串解码即可使用。
encodeURIComponent(str)
decodeURIComponent(str)
你好,请问这个问题解决了吗
代码片段贴下