会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
douglasvegas
博客园
首页
新随笔
联系
订阅
管理
2015年6月19日
按需加载JS
摘要: 按需加载
阅读全文
posted @ 2015-06-19 08:14 douglasvegas
阅读(672)
评论(0)
推荐(0)
编辑
伪数组转为数组 Array.prototype.slice.call(arguments)
摘要: 我们知道,Array.prototype.slice.call(arguments)能将具有length属性的对象转成数组,除了IE下的节点集合(因为ie下的dom对象是以com对象的形式实现的,js对象与com对象不能进行转换)1 var a={length:2,0:'first',1:'seco...
阅读全文
posted @ 2015-06-19 00:04 douglasvegas
阅读(291)
评论(0)
推荐(0)
编辑
公告