rotate 里面的是弧度不是度,如果需要度则要转成度 Math.PI/180

// 旋转
    this.ctx.rotate(30 * (Math.PI / 180));
原文地址:https://www.cnblogs.com/oklfx/p/8320155.html