函数

函数

<?php
function qd($a,$b){
echo "A的名字叫".$a."b的名字叫".$b;

}
qd("寒气","寒假");
?>

原文地址:https://www.cnblogs.com/haq5201314/p/9152349.html