plate\n totoal:"+total;
System.out.println(temp);
//status.append(temp);
} catch (Exception e) {
throw e;
} finally {
writer.flush();
writer.close();
reader.close();
}
}
}
摘自 JAVA2010CZP的专栏