摘要: header('content-type:text/html;charset=utf-8'); function test111($i){ echo $i.''; $i--; if($i>=0){ $func=__FUNCTION__; $func($i); ... 阅读全文
posted @ 2017-02-04 14:03 骏码信息 阅读(123) 评论(0) 推荐(0) 编辑