会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Yxh_blogs
首页
管理
2017年7月16日
js原型与继承
摘要: var Beverage = function(){}; Beverage.prototype.boilWater = function(){ console.log("把水煮沸"); }; Beverage.prototype.brew = function(){ throw new Error(
阅读全文
posted @ 2017-07-16 11:08 Yxh_blogs
阅读(190)
评论(0)
推荐(0)
编辑
公告