随机延时(最小延时毫秒: int, 最大延时毫秒: int) = 随机等待

随机延时 *@param*`int 整数` `最小延时毫秒` *@param*`int 整数` `最大延时毫秒` ```javascript 随机延时(1000,9000)//随机1~9秒延时 1秒=1000毫秒 ```