document.write(''); document.write(''); var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); var timeValue = "" + ((hours > 12) ? hours - 12 : hours); timeValue += ((minutes < 10) ? ":0" : ":") + minutes; timeValue += ((seconds < 10) ? ":0" : ":") + seconds; if (hours>=6 && hours<=12) {timeValue += ("上午好!")} if(hours>12 && hours<=18) {timeValue += ("下午好!")} if(hours>18 && hours <=24) {timeValue +=("晚上好!")} if(hours<6) {timeValue += ("深夜了!请注意休息哦!")} document.write(timeValue); document.write(''); document.write(' [荆州]晴/多云3℃~18℃ [松滋]晴/多云4℃~18℃ [公安]晴/多云3℃~18℃ [石首]晴/多云3℃~18℃ [监利]晴/多云3℃~18℃ [洪湖]晴/多云3℃~18℃'); document.write('');