时间:2021-07-01 10:21:17 帮助过:5人阅读
要转化的键值对字符
var respDesc=“cardid=64157001&cardnum=1&sporder_id=PD12160428120635001&sporder_time=20160526101552”; var newstr = respDesc.replace("=",":\""); var stringObj= "{" +newstr.replace("&","\",") + "\"}";
相信看了本文案例你已经掌握了方法,更多精彩请关注Gxl网其它相关文章!
推荐阅读:
怎么解决Angular5升级RxJS到5.5.3报错问题
Angular入口组件与声明式组件案例对比
怎样对webpack模块进行热替换
以上就是怎样使js将键值字符串转为json字符串的详细内容,更多请关注Gxl网其它相关文章!