Python论坛  - 讨论区

标题:[python-chinese] 怎样判断字符串变量是否为空?

2004年09月22日 星期三 13:51

mike gaul zopemaillistcn at yahoo.com.cn
Wed Sep 22 13:51:22 HKT 2004

比如某个变量为空。

类似于这样
var == ''就不行

判断不为空
not var 也不行

_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,带您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
1G就是1000兆,雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月22日 星期三 19:12

March Liu March.Liu at gmail.com
Wed Sep 22 19:12:16 HKT 2004

var == None
注意大小写


On Wed, 22 Sep 2004 13:51:22 +0800 (CST), mike gaul
<zopemaillistcn at yahoo.com.cn> wrote:
> 比如某个变量为空。
> 
> 类似于这样
> var == ''就不行
> 
> 判断不为空
> not var 也不行
> 
> _________________________________________________________
> Do You Yahoo!?
> 150万曲MP3疯狂搜,带您闯入音乐殿堂
> http://music.yisou.com/
> 美女明星应有尽有,搜遍美图、艳图和酷图
> http://image.yisou.com
> 1G就是1000兆,雅虎电邮自助扩容!
> http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 



-- 
欢迎访问:http://blog.csdn.net/ccat

刘鑫
March.Liu


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年09月23日 星期四 09:27

River river at exoweb.net
Thu Sep 23 09:27:35 HKT 2004

首先 var必须被使用过或被定义
那么
var == '' 或 not var 才是正确的

如果你想判断var 是否被当前namespace使用
我的笨拙方法是
dir().count('var')
你可以在dir()内加入参数以此实现不同namespace的变量存在与否进行判断

----- Original Message ----- 
From: "mike gaul" <zopemaillistcn at yahoo.com.cn>
To: "chinese python" <python-chinese at lists.python.cn>
Sent: Wednesday, September 22, 2004 1:51 PM
Subject: [python-chinese] 怎样判断字符串变量是否为空?


> 比如某个变量为空。
> 
> 类似于这样
> var == ''就不行
> 
> 判断不为空
> not var 也不行
> 
> _________________________________________________________
> Do You Yahoo!?
> 150万曲MP3疯狂搜,带您闯入音乐殿堂
> http://music.yisou.com/
> 美女明星应有尽有,搜遍美图、艳图和酷图
> http://image.yisou.com
> 1G就是1000兆,雅虎电邮自助扩容!
> http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号