使用匿名对象版~ 确实简洁了很多。。Go Go Go ~ Read More
posted @ 2017-05-25 15:46
羊羊羊🐑
Views(3470)
Comments(0)
Diggs(0)
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
posted @ 2017-05-25 08:39
羊羊羊🐑
Views(636)
Comments(0)
Diggs(0)