刪除字符串中的空格或指定字符

移除字符串中的指定字符 方法 作用 string.lstrip() 截掉 string 左邊的空格 string.rstrip() 刪除 string 字符串末尾的空格 string.strip([obj]) 用於移除字符串頭尾指定的字符(默認爲空格或換行符)或字符序列 練習: strip
相關文章
相關標籤/搜索