摘要:$func1=function(){ $name='无忌哥哥'; $test=function()use($name){ return $name.',我要被人追杀了,快来救我啊'; }; return $te
$func1=function(){
$name='无忌哥哥';
$test=function()use($name){
return $name.',我要被人追杀了,快来救我啊';
};
return $test();
};
echo $func1(),'<br>';
批改老师:韦小宝批改时间:2018-11-13 09:03:39
老师总结:缺少总结!下次记得带上!下次的代码记得加高亮啊!内容简短精炼!不错!继续加油吧!