python 處理空格 · strip() ->去除字串兩邊的空白 · lstrip()->去除字串左邊的空白 · rstrip()->去除字串右邊的空白 · replace(' ','')->第一個參數為要替代的 ...
確定! 回上一頁