我有一些代码,如下所示:
int batchPosition = new Integer(batchBegin);
for (batchPosition;batchPosition<=batchEnd;batchPosition++)
但我在eclipse中得到这个错误:
Syntax error, insert "AssignmentOperator Expression" to complete ForInit.
我查看了关于这个错误的各种帖子,并用谷歌搜索了它,但我不知道为什么不允许这样做。