摘要:
import java.io.*; public class trans{ public static void main(String[] args){ try{ File inFile = new File("D:/****/src.txt"); File outFile = new File("D:/****/tar... 阅读全文
posted @ 2016-12-12 23:20
xkfx
阅读(250)
评论(0)
推荐(0)
摘要:
import java.time.*; public class MyTest{ public static void main(String[] args){ LocalDate date = LocalDate.now(); int month = date.getMonthValue(); i 阅读全文
posted @ 2016-12-12 22:55
xkfx
阅读(858)
评论(0)
推荐(0)