// max - 期望的最大值 // min - 期望的最小值 parseInt(Math.random()*(max-min+1)+min,10); Math.floor(Math.random()*(max-min+1)+min);
本文标题:js随机数
本文链接:https://www.haomeiwen.com/subject/qrtoaqtx.html
网友评论