/** * 处理外部的请求 * @param boolen $halt 执行完毕是否终止。默认为否 */ function request($halt = false) { XWB_plugin::M(XWB_plugin::getRequestRoute()); if ($halt) { exit; } }