PHP中全局变量global和$GLOBALS[]的区别分析 一、举例比较 例一: 复制代码 代码如下: <?php $var1 = 1; function test(){ unset($GLOBALS[ var1 ] PHP编程 2022-04-08 100 点赞 1 评论 151 浏览