Java.io.fileoutputstream 을 가져옵니다.
Java.io.ioexception 을 가져옵니다.
공용 범주 번호 {
공용 정적 void main(String[] args) {
FileOutputStream fos = null
시도 {
Fos = new file output stream ("number.txt", true);
Stringbuffer str = new stringbuffer ();
For(int I = 5000;; 나 & lt=6000; I++){
Str.append (I+"@ qq.com");
}
Byte[] words = str.toString () 입니다. Getbytes ();
Fos.write (단어 0, words.length);
Fos.flush ();
Fos.close ();
} catch (file not found exception e) {
E. printstacktrace ();
} catch (IOException e) {
E. printstacktrace ();
}
}
}
이상은 5000 대 6000 의 실현으로, 속도가 빠르다 # 안에 있다. 현재 디렉토리의 txt 파일입니다. 점수를 주다.