工作——常用语法记录


一、js / jquery


1、打开新页面、刷新...

当前页面打开:window.location.href="url"、location.href="url"、self.location.href="url"、

window.open("http://www.cnblogs.com/liumengdie/",“_blank”)、

window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')

如果页面中涉及了frame: this.location.href="url"、parent.location.href="url"、top.location.href="url";

超链接方式:Welcome

 


二、thymeleaf


data-th-if="${page.records.size()==0}"

data-th-text="${(page.records[0].realname!=null and page.records[0].realname!='')?page.records[0].realname:''}"

       

案例互动

       

教学查房



 

 

你可能感兴趣的:(素材,笔记)