码迷,mamicode.com
首页 > Web开发 > 详细

JS 校验,检测,验证,判断函数集合

时间:2014-11-04 12:33:48      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   sp   div   on   log   cti   bs   

http://jc-dreaming.iteye.com/blog/754690
/**
 *判断对象是否为空
 *Check whether string s is empty. 
 */ 
function isEmpty(s) 

return ((s == undefined || s == null || s == "") ? true : false); 
}
 
 
 

JS 校验,检测,验证,判断函数集合

标签:blog   http   io   sp   div   on   log   cti   bs   

原文地址:http://www.cnblogs.com/svennee/p/4073175.html

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