摘要: function person(name){ this.name=name; //构造函数内的属性 this.show=show; } function show(){ alert("Hello :"+this.nam... 阅读全文
posted @ 2012-10-10 20:30 至道中和 阅读(161) 评论(0) 推荐(0)
摘要: 个人偶玩JS,发现js是个挺有趣的东西,随笔写了下来。 阅读全文
posted @ 2012-10-10 20:26 至道中和 阅读(122) 评论(0) 推荐(0)