您当前的位置:首页 > 计算机 > 编程开发 > Python

python 判断字符串是否为空用什么方法?

时间:08-17来源:作者:点击数:

python 判断字符串是否为空用什么方法?

s=' '
if s.strip()=='':
    print 's is null'
或者
if not s.strip():
    print 's is null'

 

方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门
本栏推荐