文件名称:Useful::light_bulb:少写。 使用(完整)这些API
文件大小:53KB
文件格式:ZIP
更新时间:2024-05-20 06:41:10
javascript api JavaScript
有用 :light_bulb: 少写。 使用(完整)这些API。 安装 并添加到您的代码中。 < script src =" Useful.js " > </ script > 或者 < script src =" Useful.min.js " > </ script > 用法 第一次初始化 var useful = new Useful ( ) ; 然后,您可以使用有用的变量调用所有函数。 API文档 您可以在此处查看所有API文档: : 随机的 randomInt 返回一个随机整数。 useful . randomInt ( ) ; // 99 useful . randomInt ( { max : 50 , min : 30 } ) ; // 34 useful . randomInt ( { max : 50 } ) ; // 49 参数: 〜max :最大值。 默认值100。可选。
【文件预览】:
Useful-master
----dist()
--------Useful.js(10KB)
--------Useful.min.js(3KB)
----LICENSE(1KB)
----README.md(5KB)
----.gitattributes(56B)
----bower.json(357B)
----test()
--------js()
--------css()
--------README.md(78B)
--------index.html(2KB)
--------img()
--------documentation.html(11KB)