var str = "{"result":true,"key":"6100042518"}" 怎么取到key的值? 这本身就不算一个标准的字符串,语法都是报错的,但是后端改不了只能强行转化。
let str = `"{"result":true,"key":"6100042518"}"` JSON.parse(str.slice(1,str.length-1)).key//掐头去尾
1.4m articles
1.4m replys
5 comments
57.0k users