2017年2月20日

摘要: <?phpnamespace app\index\controller;use think\View;use think\Db;class Index{ public function index() { $view = new View(); $qq = Db::table('tbl_user') 阅读全文
posted @ 2017-02-20 13:53 暴走小学生 阅读(95) 评论(0) 推荐(0)

导航