和upper() 函數一樣,它也不會改變原始的字串,而是返回一個新的轉換後的字串。 pythonCopy code# 使用lower() 函數將字串轉換為小寫 string = "Hello, ...
確定! 回上一頁