会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
淘金王存储仓
博客园
首页
新随笔
联系
管理
订阅
2017年2月21日
js中apply方法的使用
摘要: 1、对象的继承,一般的做法是复制:Object.extend prototype.js的实现方式是: Object.extend = function(destination, source) { for (property in source) { destination[property] =
阅读全文
posted @ 2017-02-21 16:13 金-Fish
阅读(5795)
评论(0)
推荐(0)
编辑