comma-operator
常见例句
- The comma operator has left-to-right associativity.
逗号运算符具有从左向右的关联性。 - The result of the comma-operator is the last expression evaluated.
逗号运算符的结果是最后计算的表达式。 - This warning indicates an ignored sub-expression in test context because of the comma-operator (, ).
此警告意味着,由于使用了逗号运算符 (,) 而忽略了测试上下文中的子表达式。 返回 comma-operator