Chapter 6. Combining Modifiers 第6章。组合修改器
优质
小牛编辑
122浏览
2023-12-01
You can apply any number of modifiers to a variable. They will be applied in the order they are combined, from left to right. They must be separated with a| (pipe) character.
对于同一个变量,你可以使用多个修改器。它们将从左到右按照设定好的顺序被依次组合使用。使用时必须要用"|"字符作为它们之间的分隔符。
Example 6-1. combining modifiers
|