摘要: 输出当前时间,并根据时间输出早上好,下午好,晚上好 <body> <% Date sj=new Date(); int hour=sj.getHours(); int min=sj.getMinutes(); int se=sj.getSeconds(); out.print("当前时间为:"+ho 阅读全文
posted @ 2022-03-09 14:32 日夜不休 阅读(33) 评论(0) 推荐(0) 编辑