1·Use modulo to simulate rolling the wheel: $result1 = $wheel1[rand(count($wheel1), 10*count($wheel1)) % count($wheel1)];.
使用模数来模拟滚动转轮:$result1 = $wheel1[rand(count($wheel1), 10*count($wheel1)) % count($wheel1)];。