Python 字符串 isspace() 方法
定义和用法
The isspace()
方法如果字符串中的所有字符都是空格,则返回 True,否则返回 False。
语法
string.isspace()
参数值
没有参数。
The isspace()
方法如果字符串中的所有字符都是空格,则返回 True,否则返回 False。
string.isspace()
没有参数。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]