51黑料不打烊

Object Functions objects

Is null isNull

The isNull function determines if an object reference does not exist.

Syntax

{%= isNull(object) %}

Example

The following operation checks if the person鈥檚 home address does not exist.

{%= isNull(person.homeAddress) %}

Is not null isNotNull

The isNotNull function determines if an object reference exists.

Syntax

{%= isNotNull(object) %}

Example

The following operation checks if the person鈥檚 home address exists.

{%= isNotNull(person.homeAddress) %}
recommendation-more-help
91a6d90a-6d61-4a62-bbed-ae105e36a860