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(' [荆州]多云/阵雨27℃~33℃ [松滋]多云/中雨27℃~33℃ [公安]多云/阵雨27℃~33℃ [石首]多云/阵雨28℃~33℃ [监利]多云/阵雨28℃~33℃ [洪湖]多云/中雨28℃~33℃'); document.write('');