java判斷時間爲上午,中午,下午,晚上,凌晨

public static void main(String[] args) { Date date = new Date(); SimpleDateFormat df = new SimpleDateFormat("HH"); String str = df.format(date); int a = Integer.parseIn
相關文章
相關標籤/搜索