总结:

方法。和之前的有不同,但是名字太长了+++++

package com.aini;

import java.io.*;

public class ghd {
	public static void main(String[] args) {
		BufferedWriter out = null;
		try {
			out = new BufferedWriter(new BufferedWriter(out));
			out.write("DFA");// 字符串型。。。
		} catch (Exception E) {
			E.printStackTrace();
		}

	}

}

  

相关文章:

  • 2021-11-12
  • 2021-05-22
  • 2021-09-30
  • 2021-05-26
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-06-24
  • 2021-07-20
  • 2021-09-21
  • 2021-05-20
相关资源
相似解决方案