上一页 1 ··· 3 4 5 6 7
摘要: //配置默认访问路径 并且自动打开浏览器 需要创建独立文件 1 @Controller 2 public class 3 @RequestMapping("/") 4 public String toIndex() {// 配置默认访问首页 5 return "redirect:/index.jsp 阅读全文
posted @ 2020-02-28 14:00 尚宇园 阅读(841) 评论(0) 推荐(0) 编辑
摘要: /*多选框样式*/ .checkbox-style(){ input[type="checkbox"] { text-indent:0; margin: 0; width: 13px; height: 13px; text-align:center; display: inline-block; v 阅读全文
posted @ 2020-02-28 13:18 尚宇园 阅读(539) 评论(0) 推荐(0) 编辑
摘要: function DataRelative(dataleft,dataright,lc,rc,add,remove,rightinput,leftinput,spanleft,spanright){ var that = this; that.dataleft = dataleft; that.da 阅读全文
posted @ 2020-02-28 13:09 尚宇园 阅读(406) 评论(0) 推荐(0) 编辑
摘要: //点击菜单时箭头旋转 let treeView = document.getElementsByClassName("treeview");//let解决闭包问题 let last=document; for (let i = 0; i <treeView.length ; i++) { tree 阅读全文
posted @ 2020-02-28 12:49 尚宇园 阅读(574) 评论(0) 推荐(4) 编辑
上一页 1 ··· 3 4 5 6 7