使用匿名对象版~ 确实简洁了很多。。Go Go Go ~ Read More
import java.util.*; import java.text.*; public class TestDateFormat { public static void main(String[] args) { SimpleDateFormat sdf1 = new SimpleDateFormat("yyyy-MM-dd"); Si... Read More