为什么我的鱼是跟着尾巴转……
应该是atan2内部计算角度多了个PI,你可以改一下代码
//把源码这里换一下位置就可以了 var deltaX = this.x - mx; var deltaY = this.y - my;