摘要: <label>商品logo:</label> <input type="file" name="img" value=""> 控制器 $params = $request->param(); $path = $request->file('img'); $params['img'] = $path; 阅读全文
posted @ 2021-08-17 21:43 王越666 阅读(73) 评论(0) 推荐(0)
摘要: <a href="/admin/exam/delete/id/{$v.id}" onclick="if(confirm('确认删除?')) location.href='#'"> 删除 </a> 控制器 public function delete($id) { if (!intval($id)) 阅读全文
posted @ 2021-08-17 21:31 王越666 阅读(46) 评论(0) 推荐(0)
摘要: <td> {if $v.status==1} <span class="top{$v.id}" name="0" onclick="dian({$v.id})">上架</span> {else} <span class="top{$v.id}" name="1" onclick="dian({$v. 阅读全文
posted @ 2021-08-17 21:26 王越666 阅读(117) 评论(0) 推荐(0)
摘要: <html> <head> <meta charset="UTF-8" /> <title>Highcharts 教程 | 菜鸟教程(runoob.com)</title> <script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min 阅读全文
posted @ 2021-08-17 09:43 王越666 阅读(49) 评论(0) 推荐(0)