Python list转换成字符串
phpcn_u699
phpcn_u699 2017-02-15 09:33:16
0
2
881

有一个多维list,3层的,就是list总还有个list,下一层list总又有个list,有什么简单的方法能把这整个list变成字符串么?

phpcn_u699
phpcn_u699

reply all(2)
数据分析师

Convert Python list to string - PHP Chinese website Q&A - Convert Python list to string - PHP Chinese website Q&A

Take a look and learn.

巴扎黑

str([[[1, 2], [1, 2]], [[3, 4], [3, 4]]])

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template