首页课程Cours amusant PHPVariables mutables PHP

Variables mutables PHP

目录列表

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

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

1/1