PHP随笔
<?php show_source(__FILE__); $colors=array('red','green','blue','yellow'); foreach($colors as $value){ echo "$value <br>"; } ?>