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

回答被采纳 JavaScript的一个小小疑问

var person1 = function(name) { this.name = name; return function() { alert(" 名字是 " + name) } }; var