if ((String(properties.SYDMC).includes(String(attributeValue)) || String(properties.SYDMC) == String(attributeValue)) && (String(properties.AnotherField).includes(String(anotherAttributeValue)) || String(properties.AnotherField) == String(anotherAttributeValue))) { }
标签:判断,SYDMC,anotherAttributeValue,js,AnotherField,条件,properties,String From: https://www.cnblogs.com/yu-beng/p/17629980.html