这是我想的,老师这里先求x、y的差,利用Math.atan2()求 角度
已解决问题,感谢!
let deltaY = this.y - my; let deltaX = this.x - mx;这样写就正确了