Skip to Content
🎲 欢迎使用 RandBox - 功能强大的 JavaScript 随机数据生成库! 了解详情

requirejs

使用 RequireJS 加载 RandBox

require(['RandBox'], function(RandBox) { // 实例化 var randBox = new RandBox(); // 然后使用: var my_random_integer = randBox.integer(); });
最后更新于: