first operand中文,first operand的意思,first operand翻译及用法
2025-10-31 14:12浏览次数 7
first operand
英[fə:st ˈɔpəˌrænd]美[fɚst ˈɑpərənd]
[计]
first operand 例句
英汉例句
The first operand is the format string, which contains one or more format sequences, which specify how the second operand is formatted. The result is a string.
Step 4: All operators are binary, which means that the first operand is positioned before the operator, and the second operand is positioned after the operator.
步骤4:所有的操作符都是二元的,也就是说第一个操作数位于操作符之前,第二个操作符位于操作符之后。
An alternative is to use the format operator, %. When applied to integers, % is the modulus operator. But when the first operand is a string, % is the format operator.