博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
php get传递数据
阅读量:4609 次
发布时间:2019-06-09

本文共 198 字,大约阅读时间需要 1 分钟。

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

<?php  if($_GET){

            print_r($_GET);
  }

 

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

转载于:https://www.cnblogs.com/nerrissa/p/5000666.html

你可能感兴趣的文章