urlx = Math.floor(Math.random()*799)+1; 怎么改成200-500之间的随机数!
问题描述:
urlx = Math.floor(Math.random()*799)+1; 怎么改成200-500之间的随机数!
答
urlx = Math.floor(Math.random()*300)+200
Math.floor(Math.random()*300)