gpt4 book ai didi

python 序列化字符串

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

我需要像 php 一样在 python 中将字符串反序列化为数组,然后将其序列化回来。

最佳答案

如果你的意思是 PHP 爆炸,试试这个

>>> list("foobar")
['f', 'o', 'o', 'b', 'a', 'r']

>>> ''.join(['f', 'o', 'o', 'b', 'a', 'r'])
'foobar'

关于python 序列化字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1413763/

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