Commit 66bf7057 by jackzhou

去掉id

parent 10d508d3
...@@ -98,7 +98,6 @@ ...@@ -98,7 +98,6 @@
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 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