标签:
function add($num1,$num2=5){ echo $num1+$num2; } add(5,19);
PHP基础2
原文地址:http://www.cnblogs.com/pan-hello/p/4565463.html