摘要:function test($a,$b){ return $a+$b; } echo test(1,2);整數(shù)相加的函數(shù)
function test($a,$b){ return $a+$b; } echo test(1,2);
整數(shù)相加的函數(shù)
批改老師:天蓬老師批改時間:2019-03-06 13:10:26
老師總結:你的代碼好簡潔, 但的確是變量與函數(shù), 這二個成員,是代碼最重要的組成部分,其它內(nèi)容都是他們的變種