示例#1
0
 public static function add_body($text = "")
 {
     if (empty($text)) {
         return false;
     }
     self::$PageBody = $text;
     return true;
 }