PHP魔术方法之__call与__callStatic使用方法 核心代码//魔术方法__call/*$method获得方法名$arg获得方法的参数集合*/classHuman{privatefunctiont(){} __call