<?php //创建一个关联数组,关联数组的键“orange”,值是“橘子” $fruit = array( 'applp' => "苹果", 'orange' => "橘子"); print_r($fruit); echo $fruit[orange] ?>
......我搞明白了,[ ]里没加单引号