foreach($_GET as $key=>$value)
  echo "$key => $value";在你的写法中,$value始终为空