摘要:
1. 原型链继承 function Brother(name){ this.name = name; this.wives = ["奶茶"]; this.marry = function(){}; } function Employee(name) { this.name = name; } Emp 阅读全文
posted @ 2019-03-17 01:27
huashiyiqike
阅读(219)
评论(0)
推荐(0)
浙公网安备 33010602011771号