当前位置:Gxlcms > PHP教程 > 弱弱的问个问题

弱弱的问个问题

时间:2021-07-01 10:21:17 帮助过:3人阅读

why.php如下
if($_GET["Pa"]){
echo $_GET["Pa"];
}else{echo "error";}
?>

这样访问:localhost/why.php?pa=2222
为什么显示error?为什么$_GET["Pa"]得不到值?
我小白!什么都不懂


回复讨论(解决方案)

大小写的问题吧,数组索引键是区分大小写的。

区分大小写的。

不是,浏览器缓存的问题

人气教程排行