From c593fa488e5a02a7663186751327e25b5bae14c9 Mon Sep 17 00:00:00 2001 From: xice09 Date: Wed, 30 May 2018 17:38:37 +0800 Subject: [PATCH] ttttt --- anser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anser.php b/anser.php index 87f2ddf..88668f7 100644 --- a/anser.php +++ b/anser.php @@ -88,7 +88,7 @@ $a = floor($row['ap_'.$i] % 10); $result = mysqli_query($con,"SELECT * FROM Persons WHERE num='$q'"); echo "
". $i. ".". $result['q'] ."
"; - echo "

正确答案是: ".$result[$list[$result['answer']]]."

你的答案是: ".$result[$list[$a]]."

" + echo "

正确答案是: ".$result[$list[$result['answer']]]."

你的答案是: ".$result[$list[$a]]."

"; //echo "

\n\n\n\n\n\n\n\n

\n"; }; };