示例#1
0
文件: json.php 项目: just-paja/fudjan
 public function set_headers()
 {
     $this->mime = 'application/json';
     return parent::set_headers();
 }