split(), shlex.split(), strip(), lstrip(), rstrip()

http://www.runoob.com/python/att-string-split.html http://www.runoob.com/python/att-string-strip.html str.split(str="", num=string.count(str)). str -- 分隔符,默認爲所有的空字符,包括空格、換行(\n)、製表符(\t)等。 num -- 分割次數。默
相關文章
相關標籤/搜索