$arr=array('apple'=>"苹果");
if( isset($arr) ) {print_r($arr);}
代码是这样写的。输出结果是
Array( [apple] => 苹果)
这是个数组,键值对