mirror of
https://git.ddmt.top/ddmt/ddmt-tool.git
synced 2026-03-23 05:17:06 +00:00
1.0.5
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/*
|
||||
* @Author: ddmt
|
||||
* @Date: 2024-9-29 20:50:12
|
||||
* @LastEditTime: 2024-9-29 20:50:12
|
||||
* @LastEditors: ddmt
|
||||
* @Description: ddmt-index file
|
||||
* @FilePath: /Tool/number.js
|
||||
*/
|
||||
|
||||
//生成从minNum到maxNum的随机数
|
||||
export function randomNum (minNum, maxNum) {
|
||||
switch (arguments.length) {
|
||||
|
||||
Reference in New Issue
Block a user