首页 新闻 赞助 找找看
3
回答数

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

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