摘要: 1.输出当前时间,并根据时间输出早上好,下午好,晚上好 <body> <% Date sj=new Date(); int hour=sj.getHours(); int min=sj.getMinutes(); int se=sj.getSeconds(); out.print("当前时间为:"+ 阅读全文
posted @ 2022-03-20 10:41 江美萱 阅读(7) 评论(0) 推荐(0) 编辑