Use the split() method to split the string on each whitespace. Use the join() method to join the list of strings. The new string won't contain any tabs.
確定! 回上一頁