js 生成[x,y]的随机数

作者: 月之风伤 | 来源:发表于2019-07-05 14:30 被阅读2次

    function unitfrom(x,y){
    return parseInt(Math.random()*(y+1-x)+x);
    }

    相关文章

      网友评论

        本文标题:js 生成[x,y]的随机数

        本文链接:https://www.haomeiwen.com/subject/tdfehctx.html