function ComplexCustomOverlay(point, text, mouseoverText){ this._point = point;this._text = text; this._overText = mouseoverText; }一般构造函数是this.point = point;,为什么要写成this._point = point呢?
慕侠2389804
相关分类