为了账号安全,请及时绑定邮箱和手机立即绑定

不明白秒针为什么要这样实现?

function drawSecond(second){

    cxt.save();

    cxt.beginPath();

    cxt.fillStyle = '#c14543';

    var rad = 2 * Math.PI / 60 * second;

    cxt.rotate(rad);

   cxt.moveTo(-2* rem,20* rem);

    cxt.lineTo(2* rem,20* rem);

    cxt.lineTo(1,-r+18* rem);

    cxt.lineTo(-1,-r+18* rem);

    cxt.fill();

    cxt.restore();

}

为什么这样实现秒钟,而不是像时针和分针那样?


正在回答

1 回答

是为了让秒针有个不同的效果,秒针尾部大些,秒针头部小些,看着更美观~。~

0 回复 有任何疑惑可以回复我~
#1

winni_bear 提问者

非常感谢!
2016-10-19 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

不明白秒针为什么要这样实现?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信