摘要:
function Person() {this.name = "fs";}Person.prototype.sayHello = function () {return "hello,fs";};var p1 = new Person();p1.sayHello(); p1.sayHello()首先... 阅读全文
posted @ 2015-04-19 18:41
深谷&幽兰
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号