首页 新闻 会员 周边
3
回答数

待解决问题 20 关于javascript 原型问题。

var obj = function () { this.name = "test"; this.age = "100"; } //obj.prototype = { //}; var o = new