Python相關功能函數

Python split()方法 語法: str.split(str="", num=string.count(str)) str -- 分隔符,默認爲所有的空字符,包括空格、換行(\n)、製表符(\t)等。 num -- 分割次數。 實例: #!/usr/bin/python str = "Line1-abcdef \nLine2-abc \nLine4-abcd"; print str.sp
相關文章
相關標籤/搜索