get/set的问题

在get里写return this._anchorChangeSpeed会报错


但是如果把get里写为return this._anchorChangeSpeed*1就不报错了,


设默认值又提示说有get的时候不能有默认值