php数组
$array = array( "a" => "app", "b" => "bus",);//这种 key => value方式可以动态的添加到$array吗
$array['c'] = 'cccc'