两个 $$ 是 可变变量,就是一个变量的变量名可以动态的设置和使用
$a="hello";
$hello="world";
echo$a." ".$$a;
?>
输出 hello,world;
分享快讯到朋友圈