java生成txt文件而且读写

SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMddHHmmss"); String currentTime = formatter.format(System.currentTimeMillis());// 当前时间做为文件名字 System.out.println(currentTime); //String path = "D
相关文章
相关标签/搜索