了解 Liquid 运算符

备注

从 2022 年 10 月 12 日起,Power Apps 门户更名为 Power Pages。 详细信息请参阅:Microsoft Power Pages 现已正式发布(博客)
不久后我们将迁移 Power Apps 门户文档并将其与 Power Pages 文档合并在一起。

Liquid 可以访问所有公共逻辑和比较运算符。 这些可用于标记中,例如,如果除非

基本运算符

== 等于
!= 不等于
> 大于
< 小于
>= 大于或等于
<= 小于或等于
条件 A 条件 B
条件 A 条件 B

包含

contains 用于测试字符串中的子字符串显示。

{% if page.title contains 'Product' %}

The title of this page contains the word Product.

{% endif %}

contains 也可测试字符串阵列内的字符串显示。

startswith

startswith 用于测试字符串是否以特定子字符串开头。

{% if page.title startswith 'Profile' %}

This is a profile page.

{% endif %}

endswith

endswith 用于测试字符串是否以特定子字符串结尾。

{% if page.title endswith 'Forum' %}

This is a forum page.

{% endif %}

另请参阅

使用 Web 模板存储源内容
Liquid 类型
条件
Liquid 对象
Liquid 标记
Liquid 筛选器

备注

您能告诉我们您的文档语言首选项吗? 进行简短调查。(请注意,此调查是英文版调查)

此调查大约需要七分钟。 不会收集个人数据(隐私声明)。