大家好,我是Eric,這次教大家Python的字串處理(string processing)! ... 刪除左邊的空格num="00000345" num.strip("0") #刪除特定字元line = "this is the content" ...
確定! 回上一頁