From ded31e5320b6e4bfacd58ed23dc80c95b3313f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E6=A9=99=E6=A5=8A?= <2370374436@qq.com> Date: Thu, 24 Oct 2019 04:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=94=E9=A2=98=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Query.php | 10 -- Question.php | 10 -- WasteSorting.php | 11 -- admin/Question.php | 325 +++++++++++++++++++++++++++++++++++++++ api/BaiduImage.php | 2 +- api/QueryText.php | 5 +- api/QuestionAPI.php | 49 ++++++ baidu/BaiduAiRequest.php | 2 +- database/DbUtil.php | 29 +++- database/Query.php | 90 ++++++++++- entity/Answer.php | 66 ++++++++ entity/Garbage.php | 2 - entity/Menu.php | 38 +++++ entity/Question.php | 80 ++++++++++ head.php | 8 +- index.php | 22 ++- static/js/popper.min.js | 5 + test.php | 40 +++-- 18 files changed, 720 insertions(+), 74 deletions(-) delete mode 100644 Query.php delete mode 100644 Question.php delete mode 100644 WasteSorting.php create mode 100644 admin/Question.php create mode 100644 api/QuestionAPI.php create mode 100644 entity/Answer.php create mode 100644 entity/Menu.php create mode 100644 entity/Question.php create mode 100644 static/js/popper.min.js diff --git a/Query.php b/Query.php deleted file mode 100644 index 1b7f62a..0000000 --- a/Query.php +++ /dev/null @@ -1,10 +0,0 @@ - + function doClick() { + $script + } + +