240 私信
这个人很懒,暂无签名信息
0

js 取模 取余

var  i=10; var  j=3; var  mo = Math.floor(i/j); var  yu = i%j;

个人介绍
暂无介绍