示例#1
0
文件: Response.php 项目: shtao1/ko
 private static function _VSendBody()
 {
     if (null !== self::$s_oBody) {
         echo self::$s_oBody->sRender();
         self::$s_oBody = null;
         self::$s_bSendBody = true;
     }
 }