php期末考试试题
《PHP程序设计》上机期末考试试题调试下列 各小题的输入结果(每题10分,共34分)1、<?php $a=1; function test(){ echo $a; }