原帖由 绯村明月 于 2009-4-24 17:49 发表 只稍微会点Java for(int i = 1, i < 3000, i++){ System.out.print( i + "\t") } 然后再输出到文本就行了。。