摘要: Object.prototype.exist = function(){ if(typeof this !='undefined' && this.length>=1){ return true; } return false; }; 不解释 Object.prototype.exist = fun 阅读全文
posted @ 2016-05-17 22:51 有礼貌的Wu 阅读(376) 评论(2) 推荐(0)