Blogger Information
Blog 10
fans 0
comment 0
visits 5238
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0722作业
狗子的博客
Original
625 people have browsed it

<?php
$name = ['lei','zhu','kong'];

?>
<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title>Title</title>
</head>
<body>
<h2>名单</h2>
<ul>

   <?php echo foreach ($name as $key =>$v):?>

   <li><?php echo $v></li>


<?php  endforeach;?>
</ul>


</body>
</html>

Correction status:qualified

Teacher's comments:循环中没有输出$key, 就不要写了:<li><?php echo $v></li>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post