延时指定范围内随机毫秒,过程中不阻塞UI操作。
Delays
int Delays(int min, int max);
// 随机延时200~500毫秒 Delays(200, 500);
# 待补充
整数型:1 成功,0 失败。