摘要: 1.$.isWindow 判断是不是window对象var isWindow = function(obj){ return obj != null && obj == obj.window;//window对象有个window属性指向自己 }2.isArraylike 判断一个对... 阅读全文
posted @ 2014-07-28 22:58 前端小蜗牛 阅读(502) 评论(0) 推荐(0)