摘要: //获取当前时间类,并储存为特定的函数import java.util.Date; import java.text.SimpleDateFormat;public class GetCorrentTime { public static SimpleDateFormat GetTime() { SimpleDateFormat df = new SimpleDateFormat("yyyy-... 阅读全文
posted @ 2010-03-31 19:36 樱色布 阅读(12804) 评论(0) 推荐(0)