zoom范围[x,y] 对应关系:Math.floor(Math.random() * [y-x]) + x; 例如:zoom范围[11,18]
Math.floor(Math.random() * 7) + 11
posted on 2022-09-08 11:35 小馬過河﹎ 阅读(17) 评论(0) 收藏 举报