python 數據類型-字符串-對象和方法

python的字符串有衆多方法,可以在doc文檔中查看 示例 轉換開頭字母爲大寫 c1="welcome to my python" >>> c1.capitalize() 'Welcome to my python' >>> print(c1) welcome to my python >>> c2=c1.capitalize() >>> print(c2) Welcome to my pyth
相關文章
相關標籤/搜索