1 arc4random() % x // 0 到x-1 之间的随机数 2 3 //那么得到1到x之间的随机数 就是 4 5 arc4random() % x + 1 转载于:https://www.cnblogs.com/sokeyer/p/3741533.html