批改状态:合格
老师批语:
<script>let colors=['red','dark','blue','green'];for(let i=0;i<colors.length;i++){console.log(colors[i]);}<script>
<?php$colors=['red','dark','blue','green'];for($i=0;$i<count($colors);$i++){echo $colors[$i].'<br>';}?>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号