/** * 开启或关闭debug记录模式 * @param boolean $tag */ public static function set_debug($tag = true) { Conf::$need_debug_log = $tag; }