摘要: mvc:V视图 Controller: <?php header("Content-Type: text/html; charset=UTF-8"); require'productModel.php'; $porduct = new Porduct(); $a =isset($_GET['a']) 阅读全文
posted @ 2018-03-30 20:31 不欠 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 1、添加引用Newtonsoft.Json.dll 2、具体代码: 阅读全文
posted @ 2018-03-23 16:11 不欠 阅读(492) 评论(0) 推荐(0) 编辑
摘要: js: 导出后台代码,这里代码全部写在了controller里了, 阅读全文
posted @ 2017-06-13 10:28 不欠 阅读(2089) 评论(0) 推荐(0) 编辑
摘要: HTML: <input class="easyui-combobox" name="aa" id="aa" /> JS: $('#aa').combobox({ valueField: 'ID', textField: 'Name', hasDownArrow: false, panelHeigh 阅读全文
posted @ 2017-05-26 16:27 不欠 阅读(1740) 评论(0) 推荐(0) 编辑