解决方案 var deltaY = this.y - my; var deltaX = this.x - mx;
var beta = Math.atan2(deltaY,deltaX) + Math.PI;//加PI可以让大鱼转向
希望可以帮到您