gpt4 book ai didi

python - 将数组转换为字符串

转载 作者:太空宇宙 更新时间:2023-11-03 23:49:19 27 4
gpt4 key购买 nike

我有一个非常大的字符串,看起来像 ['elem1','elem2',(...)] 并且包含大约 100,000(!) 个元素。将其改回列表的最佳方法是什么?

最佳答案

eval("['elem1','elem2']") 返回列表 ['elem1','elem2']

如果你的字符串看起来像这样 ["elem1","elem2",(...)] 你可以使用 json.read() (在 python 中2.5 或更早版本)或 json 模块中的 json.loads()(在 python 2.6 中)以安全地加载它。

关于python - 将数组转换为字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3147570/

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