示例#1
0
 public static function htmlToText($t)
 {
     $c = clone $t;
     $c->vars = Filter::htmlToText($c->vars);
     return $c;
 }