该文被密码保护。 阅读全文
摘要:
//生成二维码 public function qrcode() { $data = input(); if(!$data['param']){ return json(['code ' => 2, 'data' => '', 'msg' => '您有必填参数未携带']);exit; } if... 阅读全文
摘要:
//接收关键词 $str = input('words'); $txt = ComType::field('title,times,id')->select(); //得到所有的过滤词 if (count($txt) > 0) { foreach ($txt as $w) { ... 阅读全文