打印當前時間。學習使用Date類和Calendar類。(教材P194頁)

lic static void main(String[] args) { Date nowTime=new Date();// TODO Auto-generated method stub         System.out.println("本機的當前時間:"+nowTime);         Calendar calendar=Calendar.getInstance();      
相關文章
相關標籤/搜索