搜索
首页课程PHP趣味课堂PHP可变变量

PHP可变变量

目录列表

填空使程序输出“ 我爱中文网”

<?php $Hello = "我爱中文网"; $a = "Hello"; echo a; ?>

1/1