saber 酱的抱枕

Fly me to the moon

04/20
2015
学习

javascript的余数运算符

余数运算符由百分号(%)表示,示例如下:

alert(2015%60);

取余运算只保留余数。

javascript的余数运算符