对逗号表达式的支持 C/C++ 支持 JavaScript 支持 Java 不支持 示例代码: C++ #include <iostream> using namespace std;int main() {while (true, 2, false){cout << "……