摘要: function isUndefined(variable) { return typeof variable == 'undefined' ? true : false; } 阅读全文
posted @ 2014-03-04 09:06 kalkin 阅读(163) 评论(0) 推荐(0)