描述Python isalpha() 方法检测字符串是否只由字母组成。 ## 语法isalpha()方法语法: ``` str.isalpha() ``` ## 参数无。 ## 返回值如果字符串至少有一个字符并且所有 ...
確定! 回上一頁