[img]http://dl.iteye.com/upload/attachment/479954/c345b2b8-992b-3d16-9f94-4466a7a3677a.png[/img]
第一步:FileWriter out;
第二步:out = new FileWriter("log.text");
第四步:out.write("断点1\r\n");
第五步:out.flush();
第六步:在外面加上try{}catch{};
第一步:FileWriter out;
第二步:out = new FileWriter("log.text");
第四步:out.write("断点1\r\n");
第五步:out.flush();
第六步:在外面加上try{}catch{};