我正在写一个for循环如下:
for(int i = row, int j = col; i < rows, j < cols; i++, j++)
然而,似乎Java并不喜欢它......有什么方法可以实现类似的东西吗?
谢谢!
java
java ×1