示例#1
0
 function title($s)
 {
     $this->meta['title'] = '<title>' . Filter::htmlspecialchars($s) . '</title>';
     return $this;
 }