摘要: public function index() { $id = (int)input('id'); if(empty($id) || !is_numeric($id)){ $this->error("参数错误"); } $fileinfo = db('files')->where('id',$id) 阅读全文
posted @ 2022-08-27 10:12 枫落曳 阅读(154) 评论(0) 推荐(0)