日期:2014-05-17 浏览次数:20572 次
<?php function myecho($data){ echo $data; } $myfun="myecho"; $myfun("some text"); ?>