码迷,mamicode.com
首页 > 其他好文 > 详细

关于判空

时间:2014-08-20 16:07:02      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:for   div   log   ad   ef   on   sp   res   

if(undefined){ alert(‘ok‘)}else{alert(‘no‘)} //no
 
if(""){ alert(‘ok‘)}else{alert(‘no‘)} //no
 
if(null){ alert(‘ok‘)}else{alert(‘no‘)}//no
 
if(!null){ alert(‘ok‘)}else{alert(‘no‘)}//ok
 
if(!""){ alert(‘ok‘)}else{alert(‘no‘)}//ok
 
if(!undefined){ alert(‘ok‘)}else{alert(‘no‘)}//ok
 

关于判空,布布扣,bubuko.com

关于判空

标签:for   div   log   ad   ef   on   sp   res   

原文地址:http://www.cnblogs.com/fish24yu/p/3924661.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!