') #True kk.find('language') #44 #检测字符串是否由字母和数字组成 kk.isalnum() #False kk.count("Python") #2 #移除字符串头尾指定的字符(默认为空格或换行符)或字符 ...
確定! 回上一頁