摘要: 常用数据类型间转换 str >list split('') list-->str str1 = 'x'.join(l1) str-->tuple t1 = tuple(str1) list-->tuple t1 = tuple(l1) 字符串 >字典 a='{"name":"yct","age":1 阅读全文
posted @ 2018-05-10 00:22 目码人 阅读(142) 评论(0) 推荐(0) 编辑