We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a45f8 commit 6eee8d9Copy full SHA for 6eee8d9
docs/thymeleaf-standard-dialects.md
@@ -237,7 +237,7 @@ Thymeleaf有一组可用的字面量和操作。
237
#{selection.__${sel.code}__}
238
```
239
240
-我们看到的变量表达式`${sel.code}`将先被执行,加入结果是`"ALL"`,那么_之间的值`"ALL"`将被看做表达式的一部分被执行,在这里会变成`selection.ALL`。
+我们看到的变量表达式`${sel.code}`将先被执行,假如结果是`"ALL"`,那么_之间的值`"ALL"`将被看做表达式的一部分被执行,在这里会变成`selection.ALL`。
241
242
243
## 基本属性
0 commit comments