搜索文档
getRandomInt(min, max): number
min
max
number
获取max与min之间的随机数
随机整数
Example
getRandomInt(1, 9); // => 2