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

bower

RandBox 可以通过 Bower  轻松安装

bower install randBox

然后在你的应用程序的 HTML 中:

<!-- 加载 RandBox --> <script type="text/javascript" src="bower_components/randBox/randBox.js"></script> <script> // 使用 RandBox alert(randBox.string()); </script>
最后更新于: