diff --git a/anser.php b/anser.php index 5bd8ee3..e996d38 100644 --- a/anser.php +++ b/anser.php @@ -1,4 +1,5 @@ +
@@ -88,7 +89,7 @@ $a = floor($row['ap_'.$i] % 10); $result = mysqli_fetch_array(mysqli_query($con,"SELECT * FROM Persons WHERE num='$q'")); echo "正确答案是: ".$result[$list[$result['answer']]]."
你的答案是: ".$result[$list[$a]]."
"; + echo "正确答案是: ".$result[$list[$result['answer']]]."
你的答案是: ".$result[$list[$a]]."
\n\n\n\n\n\n\n\n
\n"; }; }; diff --git a/test.php b/test.php index af86f6a..d622270 100644 --- a/test.php +++ b/test.php @@ -1,4 +1,5 @@