摘要: function Descartes() { $t = func_get_args(); if (func_num_args() == 1) { return call_user_func_array(__FUNCTION__, $t[0]); } $a = array_shift($t); if (!is_array($a)) { ... 阅读全文
posted @ 2019-03-27 13:15 路闻man 阅读(525) 评论(0) 推荐(0) 编辑