url:?goods[]=924&goods[]=967&goods[]=993

<?php  if($_GET){
            print_r($_GET);
  }

 

result:Array ( [goods] => Array ( [0] => 924 [1] => 967 [2] => 993 ) )

posted on 2015-11-27 14:51  妞溜溜  阅读(536)  评论(0)    收藏  举报