摘要: python中有很多字符串连接方式,今天在写代码,顺便总结一下:最原始的字符串连接方式:str1 + str2 python 新字符串连接语法:str1, str2 奇怪的字符串方式:str1 str2 % 连接字符串:‘name:%s; sex: ' % ('tom', 'male') 字符串列表... 阅读全文
posted @ 2015-12-22 16:03 Mr.He多多指教 阅读(194) 评论(0) 推荐(0) 编辑