You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
比如
当状态为1时,class是 container green
状态为2时且状态为3时, class 是container red
状态为4时,class 为container blue
以前用的是jsp页面,在class属性中 c:if就可以,但是使用thymeleaf模板之后,无法实现这个效果.求大神,