摘要: list包含数字,不能直接转化成字符串。 解决办法:print(" ".join('%s' %id for id in list1)) 阅读全文
posted @ 2018-01-06 11:42 icon_haru 阅读(8956) 评论(1) 推荐(0)