Python 字符串操做(string替换、删除、截取、复制、链接、比较、查找、包含、大小写转换、分割等)...

http://www.cnblogs.com/huangcong/archi s.strip() .lstrip() .rstrip(',') 去空格及特殊符号 复制字符串 Pythonhtml 1 #strcpy(sStr1,sStr2) 2 sStr1 = 'strcpy' 3 sStr2 = sStr1 4 sStr1 = 'strcpy2' 5 print sStr2 链接字符串 Pyth
相关文章
相关标签/搜索