function $random(min,max){
return Math.floor(Math.random()*(max-min+1)+min)
}
一个有趣的方法
最新推荐文章于 2024-08-23 08:00:00 发布
function $random(min,max){
return Math.floor(Math.random()*(max-min+1)+min)
}
2万+

被折叠的 条评论
为什么被折叠?