摘要: <?php// function add($a,$b,$func){// if(!is_callable($func)){// return false;// }// $m=$a+$b+$func($a,$b);// echo $m;// }// function chen($a,$b){// re 阅读全文
posted @ 2018-05-08 14:52 北不及 阅读(443) 评论(0) 推荐(0)