当前位置:Gxlcms > PHP教程 > 如何出错了呢?求原理

如何出错了呢?求原理

时间:2021-07-01 10:21:17 帮助过:5人阅读

怎么出错了呢?求原理
本帖最后由 abu_sec 于 2013-05-21 14:26:40 编辑


$colors = array('red'=>'hongse', 'blue'=>'lanse', 'green'=>'lvse', 'yellow'=>'huangse');

foreach ($colors as $color) {
echo "Do you like $color['red']?\n";
?>

分享到:


------解决方案--------------------

$colors = array('red'=>'hongse', 'blue'=>'lanse', 'green'=>'lvse', 'yellow'=>'huangse');

foreach ($colors as $color) {
echo "Do you like $color?\n";
}

人气教程排行