php print_r($color['r']); // output // Array ( [red] => 255 [green] => 0 [blue] => 0 ) ?> But searching through the nested array values needs ...
確定! 回上一頁