From c3dc1ef5dbdd3cc5cf45d09cf64b205769bde48a Mon Sep 17 00:00:00 2001 From: xice Date: Sat, 14 Jul 2018 22:29:17 +0800 Subject: [PATCH] to show it --- testdb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdb.php b/testdb.php index 79a211b..0c8e9fb 100644 --- a/testdb.php +++ b/testdb.php @@ -6,7 +6,7 @@ $p = 20; $pp = 0; $ppp = $p + $pp;//the number of questions - echo "
\n
  单选题
\n"; + echo "
\n
  单选题
\n"; //创建随机数组 $randomArray = array_rand(range(1,99),$p+1); // for($i = 1;$i <= $p;$i++){