摘要:
function Person(){}Person.prototype.name = 'lzl';Person.prototype.showName = function(){ document.write(this.name);}var p = new Person();p.showName... 阅读全文
posted @ 2014-05-24 11:25
入错了行
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号