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
相关文章
相关标签/搜索