How do I check two or more conditions in one ?

后端 未结 4 1367
说谎
说谎 2020-12-02 12:36

How do I check two conditions in one ? I tried this, but it raises an error:



        
4条回答
  •  春和景丽
    2020-12-02 13:29

    This look like a duplicate of JSTL conditional check.

    The error is having the && outside the expression. Instead use

    
    

提交回复
热议问题