How do I check two or more conditions in one ?

后端 未结 4 1363
说谎
说谎 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:24

    Recommendation:

    when you have more than one condition with and and or is better separate with () to avoid verification problems

    
    

提交回复
热议问题