Python編程:字符串處理

capitalize() 首字母大寫,其餘全部小寫  upper() 全轉換成大寫 lower() 全轉換成小寫 title()  標題首字大寫,如"i love python".title()  "I love python"
相關文章
相關標籤/搜索