10 2021 档案
摘要:html:按钮外层div一定要写id,button要写type=“button”和data-method="notice"和后面要用 <div **id="layerDemo**" style="margin-top:10px "> <button type="button" class="layu
阅读全文
摘要:首先下载下来 composer composer require phpoffice/phpexcel 将下载好的PHPExcel的第三方类放置在extend中(放置第三方类的地方) <div> <form action="{:url('admin/upimg/excel')}" method="p
阅读全文
摘要://递归函数 实现无限级分类列表 function get_cate_list($list,$pid=0,$level=0) { static $tree = array(); foreach($list as $row) { if($row['pid']==$pid) { $row['level'
阅读全文

浙公网安备 33010602011771号