cms
模板引擎标签语法

余数大于(>)

更新时间:2024-05-12

  1. 用法示例
  2. 点此复制
    <modGt x="" y="" z="">
    	// when (x % y > z) running here
    <else />
    	// else
    </modGt>
  3. 标签参数
  4. 参数说明
    字段名 字段类型 字段说明 是否必要 默认值
    x string 除数 false 0
    y string 被除数 false 1
    z string 余数 false 0