PHP代码如下:

$a="hello";
$b=&$a;
unset($b);
$b="world";
echo $a;
其结果是?


宝慕林4294392
浏览 487回答 1
1回答

倚天杖

Hello
打开App,查看更多内容
随时随地看视频慕课网APP