日期:2014-05-17 浏览次数:20442 次
$array = array( "a" => "app", "b" => "bus", ); //这种 key => value方式可以动态的添加到$array吗
$array['c'] = 'cccc'