public static function Load($action, $extra = []) { self::$param = $extra; return call_user_func([self::$extendpre, '__' . $action]); }