Commit 8359fc82 by jackzhou

删掉编号

parent 20a78870
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
for($i=0; $i<$newsNum; $i++){ for($i=0; $i<$newsNum; $i++){
$row = mysqli_fetch_assoc($result); $row = mysqli_fetch_assoc($result);
echo "<tr>"; echo "<tr>";
echo "<div>编号:{$row['id']}</div>"; /*echo "<div>编号:{$row['id']}</div>";*/
echo echo
" "
<div class=\"col-padding animate-box\" data-animate-effect=\"fadeInLeft\"> <div class=\"col-padding animate-box\" data-animate-effect=\"fadeInLeft\">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment