摘要: //第1种写法 function Circle(r) { this.r = r; } Circle.PI = 3.14159; Circle.prototype.area = function() { return ... 阅读全文
posted @ 2014-05-14 15:44 一文艺青年 阅读(128) 评论(0) 推荐(0)