如何用js生成三位数,其中每个数字都为偶数?
var a=2*Math.ceil(4*Math.random()) var b=2*Math.floor(5*Math.random()) var c=2*Math.floor(5*Math.random()) console.log(eval(a+''+b+''+c))
之前只看内容了,没看标题,下面是输出所有符合要求的
var arr=Array(900).fill(0).map((e,i)=>i+100) .filter(e=>/[2468][24680]{2}/.test(e.toString())) console.log(arr)
雷雷
函数随机数(最小值,最大值){
}
之前只看内容了,没看标题,
下面是输出所有符合要求的
雷雷
雷雷
函数随机数(最小值,最大值){
雷雷}