From 211644845c5f1539342b49e07b94f72aa684f3eb Mon Sep 17 00:00:00 2001 From: xice09 Date: Wed, 30 May 2018 19:32:13 +0800 Subject: [PATCH] tt --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a5ff061..c6b0673 100644 --- a/index.php +++ b/index.php @@ -114,7 +114,7 @@ $ppp = $p + $pp;//the number of questions echo "
\n
  单选题
\n"; //创建随机数组 - $randomArray = array_rand(range(1,60),$p + 1); + $randomArray = array_rand(range(1,107),$p+1); shuffle($randomArray); for($i = 1;$i <= $p;$i++){ $random = $randomArray[$i];