getRandomInt 生成最大值和最小值范围内的随机数
import { RndNum } from 'm-utilsdk/index'; RndNum(1,100); //生成1-100之间的随机数
← getRandomString formatStr →