weixin_57808501 2022-05-09 13:30 采纳率: 37.5%
浏览 60
已结题

字符串里面是数组格式 ,怎么转成数组

问题遇到的现象和发生背景

"[{file_property:2,tenant_id_:-1,history_type:00,suffix:txt,dir_path:\\enterprise\\few,update_time:2022-04-27 19:09:54,file_type:2,can_delete:1,id:203,full_path:\\enterprise\\few\\新建文本文档.txt,if_upload:1,creator:1,create_time:2021-11-18 02:44:05,file_name:新建文本文档.txt,if_root:0,dir_id:200,deleted:0,size:0}]"

想要的效果:
[{file_property:2,tenant_id_:-1,history_type:00,suffix:txt,dir_path:\\enterprise\\few,update_time:2022-04-27 19:09:54,file_type:2,can_delete:1,id:203,full_path:\\enterprise\\few\\新建文本文档.txt,if_upload:1,creator:1,create_time:2021-11-18 02:44:05,file_name:新建文本文档.txt,if_root:0,dir_id:200,deleted:0,size:0}]

  • 写回答

4条回答 默认 最新

  • 小蓝阿姨 2022-05-09 14:05
    关注
    const mData = '[{file_property:2,tenant_id_:-1,history_type:00,suffix:txt,dir_path:\\enterprise\\few,update_time:2022-04-27 19:09:54,file_type:2,can_delete:1,id:203,full_path:\\enterprise\\few\\新建文本文档.txt,if_upload:1,creator:1,create_time:2021-11-18 02:44:05,file_name:新建文本文档.txt,if_root:0,dir_id:200,deleted:0,size:0}]'
    function parseObject(str) {
        const mObject = {}
        Array.from(mData.matchAll(/(\w.*?):(.*?)[,|}]/g)).forEach(item => mObject[item[1]] = item[2])
        return [mObject]
    }
    console.log(parseObject(mData))
    

    img

    简单好理解,请采纳,谢谢

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 5月23日
  • 已采纳回答 5月23日
  • 创建了问题 5月9日

悬赏问题

  • ¥200 csgo2的viewmatrix值是否还有别的获取方式
  • ¥15 Stable Diffusion,用Ebsynth utility在视频选帧图重绘,第一步报错,蒙版和帧图没法生成,怎么处理啊
  • ¥15 请把下列每一行代码完整地读懂并注释出来
  • ¥15 pycharm运行main文件,显示没有conda环境
  • ¥15 寻找公式识别开发,自动识别整页文档、图像公式的软件
  • ¥15 为什么eclipse不能再下载了?
  • ¥15 编辑cmake lists 明明写了project项目名,但是还是报错怎么回事
  • ¥15 关于#计算机视觉#的问题:求一份高质量桥梁多病害数据集
  • ¥15 特定网页无法访问,已排除网页问题
  • ¥50 如何将脑的图像投影到颅骨上