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>
最后更新于:
RandBox 可以通过 Bower 轻松安装
bower install randBox
然后在你的应用程序的 HTML 中:
<!-- 加载 RandBox -->
<script type="text/javascript" src="bower_components/randBox/randBox.js"></script>
<script>
// 使用 RandBox
alert(randBox.string());
</script>