摘要: <!DOCTYPE html><html><head> <title>dataTables 实例</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> < 阅读全文
posted @ 2021-03-14 21:55 颜夕…… 阅读(149) 评论(0) 推荐(0)
摘要: div class="container"> <h2>文章添加</h2> <form action="{{route('store')}}" method="post" enctype="multipart/form-data"> @csrf <div class="form-group"> <la 阅读全文
posted @ 2021-03-14 21:45 颜夕…… 阅读(164) 评论(0) 推荐(0)
摘要: 首先更新composer update phpexcel下载 composer require phpoffice/phpexcel 导出excel(不带图片) public function excelText() { $res = Db::table('think_image')->select 阅读全文
posted @ 2021-03-14 14:55 颜夕…… 阅读(719) 评论(0) 推荐(0)