var num = Math.floor((Math.random() * 100)) * 100;console.log(num);//不需要jquery,js就行,先在0-100之间取随机值并向下取整,再乘100
10-01 98阅读
04-26 128阅读
10-28 81阅读
10-06 84阅读
07-07 78阅读
05-25 87阅读
09-10 197阅读
08-13 60阅读
04-11 87阅读
07-27 101阅读