摘要: 包含文件 use think\Db; public function index3() { $result=Db::execute('insert into ceshi (name,paw)VALUE ("李四","234")');//添加数据 print_r($result); $result=Db::execute('update ... 阅读全文
posted @ 2017-08-03 14:54 安晓宇 阅读(1081) 评论(0) 推荐(0)