09 2018 档案

摘要:$where=[ 'cat_id'=>3, 'zt'=>$newId, 'is_show'=>1, 'address_province_code'=>['exp','is not null']];新版 $where['nickname']=['<>','not null']; $where['nic 阅读全文
posted @ 2018-09-17 17:03 太菜 阅读(7259) 评论(0) 推荐(0)
摘要:paginate(分几页,是否是简洁模式,['quert']=>传的参数) request()->param() 为所有提交 的参数 $list=Db::name('name')->where('cat_id','=',$_GET['id'])->where('zt','=',$_GET['ids' 阅读全文
posted @ 2018-09-16 14:14 太菜 阅读(1385) 评论(0) 推荐(0)
摘要:$('#js_file_input').on('change',function(e){ var name = e.currentTarget.files[0].name; console.log(name);}); 阅读全文
posted @ 2018-09-04 09:57 太菜 阅读(2756) 评论(0) 推荐(0)