Python基礎----字符串

a = dir(str) print ('str常用的方法:') for i in a: if i[0] != '_': print (i) str常用的方法: capitalize casefold center count encode endswith expandtabs find format format_map index isalnum isalpha is
相關文章
相關標籤/搜索