Maison  >  Questions et réponses  >  le corps du texte

Python list转换成字符串

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

phpcn_u699phpcn_u6992826 Il y a quelques jours870

répondre à tous(2)je répondrai

  • 数据分析师

    数据分析师2017-10-01 00:18:54

    Convertir la liste Python en Q&A sur le site Web chinois String-PHP - Convertir la liste Python en Q&A sur le site Web chinois String-PHP

    Jetez un œil et apprenez.

    répondre
    0
  • 巴扎黑

    巴扎黑2017-02-15 09:33:42

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

    répondre
    0
  • Annulerrépondre