$a="hello"; $b=&$a; unset($b); $b="world"; echo $a; 其結(jié)果是?
PHP代碼如下:
寶慕林4294392
2018-11-28 06:01:55