问:我不知道为什么即使$ colors任务没有错误,它也不会让我通过。谁能帮忙吗?
index.php
<?php
//将您的代码放在此注释下方$ integer_one = 1 ; $ integer_two = 2 ; $黄金= 1.618 ; $ bool = true ; $ colors = array ('red' ,'blue' ,'green' ); echo $ colors [ 1 ]; $ favourite_colors = array ('mike' => 'green' ,'jane' => 'blue' ,'chris' => '
?>
答:您拼写错误的“收藏夹”,应该被收藏。其他一切看起来都很好!