Use str.split() to split a string by tabs ... Call str.split(sep) with sep as "\t" to split str by tabs.
確定! 回上一頁