首页 | 下载中心 | 模板下载 | 字体下载 | 论坛
Math,.floor(); 向下取整如: a=100; b=7; c=Math.floor(a/b); d=a-b*c; c是结果,d是余数。