gpt4 book ai didi

javascript - 如何从字符串数组中获取?

转载 作者:行者123 更新时间:2023-11-29 19:30:16 26 4
gpt4 key购买 nike

一组服务器:

Array ( [28.01.2015] => Array ( [03] => 2 [02] => 4 ) )

使用 json_encode 转换成字符串。

结果是一个字符串:

{"28.01.2015":{"03":2,"02":4}}

如何使用Javascript将这个字符串转换成数组?

最佳答案

您可以使用 JSON.parse() 将其转换为 JavaScript 对象:

var my_object = JSON.parse('{"28.01.2015":{"03":2,"02":4}}');

关于javascript - 如何从字符串数组中获取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28183716/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com