题目详情
单选题 以下有可变变量参与的代码最终将会输出( ).<?php$a='test';$$a='hello';$b='beijing';$$b='thank you';echo $test.'--'.$beijing;?>
A. test-北京
B. hello-北京
C. test-thank you
D. hello-thank you
学科:PHP程序设计
时间:2023-12-26 11:50:15
相关题目
相关作业