- 博客(5)
- 收藏
- 关注
原创 多级栏目菜单展示后端返回数据
实体类栏目表实体类public List queryOrgThreeList(String sParentId) {//查询组织树信息List tabMvOrgEntities = baseMapper.queryOrgThreeList(sParentId);//对数据源的转化List orgThreeInfoVos=new ArrayList<>();for (SunColumn tabMvOrgEntity : tabMvOrgEntities) {OrgThreeI
2022-03-22 16:29:34 341
翻译 JS页面跳转到指定页面&返回上一页
跳转第一种(跳转到b.html):window.location.href=“b.html”;第二种(返回上一页):window.history.back(-1);第三种(跳转到b.html):window.navigate(“b.html”);第四种:self.location=’b.html’;第五种:top.location=’b.html’;...
2019-04-07 17:11:07 16697
翻译 JS点击事件
第一种:第二种:第三种:备注:btnObj.click()是真正地用程序去点击按钮,触发了按钮的onclick()事件btnObj.onclick()只是简单地调用了btnObj的onclick所指向的方法,只是调用方法而已,并未触发事件...
2019-04-07 16:49:10 15887 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人