王佳的博客
他的个人主页 他的博客
王佳 2011年04月20日 星期三 22:24 | 4907次浏览 | 0条评论
常用小知识汇总1
>>> str = 'abcde'>>> list = list(str)>>> list['a', 'b', 'c', 'd', 'e']>>> str'abcde'>>> str_convert = ''.join(list)>>> str_convert'abcde'>>>
我的评论:
匿名身份
发表评论
暂时没有评论
Zeuux © 2024
京ICP备05028076号
暂时没有评论