package com.hu; public class Demo3 { public static void main(String[] args) { int i=0; for (i; i < 100; i++) {
} }
}
收起
谁能告诉我为什么是错的
报告相同问题?