a.phppublic function a(){b::dd([1,2],3,4);}b.phppublic static function dd(){ print_r(func_get_args());}效果如下: