jquery里onclick事件里画面的迁移跳转

  • A+
所属分类:jquery

项目中有这种写法:

<button th:onclick="|location.href = '/user/list'|">返回</button>

但其实thymeleaf中||是在有变量时才会使用的,所以上面的写法等价于下面的写法:

<button onclick="location.href = '/user/list'">返回</button>

 

ZPY

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: