摘要: s=''.join(l) 这里的列表l中每个元素必须是字符串 l=['1','2','3']可以 l=[1,2,3]则不可以 阅读全文
posted @ 2017-09-12 17:37 dabaohaomenga 阅读(86) 评论(0) 推荐(0) 编辑