摘要: 控制层: <?php namespace app\index\controller; use think\Controller; use think\Db; class Addr extends Controller { public function addr(){ $one = Db::name 阅读全文
posted @ 2022-01-08 17:53 王越666 阅读(39) 评论(0) 推荐(0) 编辑
摘要: view层上传: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form action="{:url('imgs/upload')}" metho 阅读全文
posted @ 2022-01-08 17:52 王越666 阅读(98) 评论(0) 推荐(0) 编辑