Fish Wang says to YSITD
他除了有防止被直接呼叫,基本上就等於 function Point() { this.x = x; this.y = y; } Point.prototype.toString = function toString { return '(' + this.x + ', ' + this.y + ')'; }