//CLASS:几何对象线类。 function Arrow(points) { Geometry.apply(this, arguments); this.points = points; }; Arrow.prototype = new Geometry(); Arrow.prototype.geoType = "Arrow";