字串的split用法. >>> s="Home page for Python" >>> s.split() ['Home', 'page', 'for', 'Python']. 字串的split函式預設分隔符是空格' '.
確定! 回上一頁