json字符串转换成JSON对象。
data = "{\"mch_id\":\"12345678\",\"hb_type\":\"NORMAL\",\"hblist\":\"dddd\"}"; j = JSON.parse(data)
时间: 2024-11-09 06:36:27
json字符串转换成JSON对象。
data = "{\"mch_id\":\"12345678\",\"hb_type\":\"NORMAL\",\"hblist\":\"dddd\"}"; j = JSON.parse(data)