中国第一人才网
www.cn.hr01.com
服务项目及常见问题
|
设为首页
|
收藏本站
切换地区
首 页
个人求职
企业招聘
招聘指南
求职指南
当前位置: 株洲天气预报 > 正文
株洲天气预报
'; GetObj("WeatherToday").innerHTML = str; }else if(timeArea == 48){ str += '
48小时
'; str += '
' + ShowFigureS() + '
'; str += '
' + ShowStatus()+'
'; str += '
' + ShowTemperature1()+ '
'; str += '
风力' + ShowPower() + '
'; GetObj("WeatherT48").innerHTML = str; }else if(timeArea == 72){ str += '
72小时
'; str += '
' + ShowFigureS() + '
'; str += '
' + ShowStatus()+'
'; str += '
' + ShowTemperature1()+ '
'; str += '
风力' + ShowPower() + '
'; GetObj("WeatherT72").innerHTML = str; } } function ShowCity(){ return jsIframe.city; } //显示温度 10℃~23℃ function ShowTemperature1() { var res; if(temperature1 ==''|| temperature2 == ''){ return '-'; } if(temperature1 == temperature2) { res = temperature1 + "℃"; } else { res = temperature1 + "℃~" + temperature2 + "℃"; } //document.write(res); return res; } //显示温度 最高5℃ 最低-8℃ function ShowTemperature2() { var res; if(temperature1 ==''|| temperature2 == ''){ return '-'; } if(temperature1){ res += '最高'+temperature1+'℃'; } if(temperature2){ res += '最低'+temperature2+'℃' } //document.write(res);*/ return res; } //显示天气状况 function ShowStatus() { var res; if(status1 ==''|| status2 == ''){ return '-'; } if(status1 == status2) { res = status1; } else { res = status1 + "转" + status2; } //document.write(res); return res; } //天气大图标 function ShowFigure(timeArea) { var res; if(figure1 == figure2) { res = "
"; } else { res = "
"; } //document.write(res); return res; } //天气中图标 function ShowFigureM() { var res; if(figure1 == figure2) { res = "
"; } else { res = "
"; } //document.write(res); return res; } //天气小图标 function ShowFigureS() { var res; if(figure1 ==''|| figure2 == ''){ return '-'; } if(figure1 == figure2) { res = "
"; } else { res = "
"; } //document.write(res); return res; } //显示日期 function ShowDate() { year1 = jsIframe.year1; month1 = jsIframe.month1; day1 = jsIframe.day1; year2 = jsIframe.year2; month2 = jsIframe.month2; day2 = jsIframe.day2; var res = year1 + "年" + month1 + "月" + day1 + "日-"; if(year1 != year2){ res += year2 + "年" + month2 + "月" + day2 + "日"; }else{ if(month1 != month2){ res += month2 + "月" + day2 + "日"; }else{ if(day1 != day2){ res += day2 + "日"; }else{ res = res.replace(/-/ig,""); } } } //document.write(res); return res; } //显示星期 function ShowWeek() { week1 = jsIframe.week1; return week1; } //显示风向 function ShowDirection() { var res = ""; if(direction1 != "" && direction2 != "" && direction1 != direction2) { res = direction1 + "转" + direction2; } else if(direction1 != "" && direction2 != "" && direction1 == direction2) { res = direction1; } else if(direction1 != "" && direction2 == "") { res = direction1; } else if(direction2 != "" && direction1 == "") { res = direction2; } else { res = "-"; } //document.write(res); return res; } //显示保湿度 function ShowBaoShiSsd() { var res; res = "
薇姿温泉
矿物保湿提醒您
冬季干燥 注意保湿"; /* if(ssd == "3"||ssd == "4" ) { res = "优
VICHY
提醒您,湿度高,肌肤感觉舒适。"; } else if(ssd == "0"||ssd == "1"||ssd == "2") { res = "良
VICHY
提醒您,湿度一般,适当保湿。"; } else if(ssd == "-1"||ssd == "-2"||ssd == "-3"||ssd == "-3") { res = "差
VICHY
提醒您,湿度较低,肌肤需要补水。"; } else{ res = "良
VICHY
提醒您,湿度一般,适当保湿。"; } */ //document.write(res); return res; } //显示风力 function ShowPower() { var res = ""; if(power1 == power2 && power1 == "") { res = "小于3级"; } else if(power1 != "" && power2 == "") { res = power1 + "级"; } else if(power2 != "" && power1 == "") { res = power2 + "级"; } else if(power1 != "" && power2 != "" && power1 != power2) { //res = power1 + "级 至 " + power2 + "级"; res = power1 + "级"; } else if(power1 != "" && power2 != "" && power1 == power2) { res = power1 + "级"; } //document.write(res); return res; } //显示空气质量 function ShowPollution() { var res = ""; if(pollution == "") { res = "-"; } else if(pollution == 1) { res = "优"; } else if(pollution == 2) { res = "良"; } else if(pollution == 3) { res = "中"; } else if(pollution == 4) { res = "较差"; } else { res = "很差"; } //document.write(res); return res; } //显示紫外线强度 function ShowZwx() { var res = ""; if(zwx == "") { res = "-"; } else if(zwx == 0 || zwx == 1 || zwx == 2) { res = "最弱"; } else if(zwx == 3 || zwx == 4) { res = "弱"; } else if(zwx == 5 || zwx == 6) { res = "中等"; } else if(zwx == 7 || zwx == 8) { res = "强"; } else { res = "很强"; } //document.write(res); return res; } //显示舒适度 function ShowSsd() { var res; if(ssd == "") { res = "-"; } else if(ssd == 1) { res = "舒适"; } else if(ssd == 2) { res = "较舒适"; } else if(ssd == 3) { res = "一般舒适"; } else if(ssd == 4) { res = "较不舒适"; } else { res = "不舒适"; } //document.write(res); return res; } //显示洗车状况 function ShowXcz() { var res; if(xcz == "") { res = "-"; } else if(xcz == 1) { res = "适宜洗车"; } else if(xcz == 2) { res = "较适宜洗车"; } else if(xcz == 3) { res = "较不适宜洗车"; } else { res = "不宜洗车"; } //document.write(res); return res; } //显示防晒措施 function ShowFasShuoming(){ var res; if(fas_shuoming == ""){ res = "-"; }else{ res = show_fas_shuoming_i; } //document.write(res); return res; } //显示穿衣指数 function ShowChyShuoming_(){ var res; if(chy_shuoming == ""){ res = "-"; }else{ res = show_chy_shuoming_i; } //document.write(res); return res; } //显示空调开机状况 function ShowKtk(){ var res; if(res == ""){ res = "-"; }else if(ktk == 5){ res = "今天气温较低,需要开启制暖空调"; }else if(ktk == 4){ res = "今天温度适宜,一般不需开启空调"; }else if(ktk == 3){ res = "今天气温较高,在午后较热时可开启制冷空调"; }else if(ktk == 2){ res = "今天气温高,需适当开启制冷空调降温除湿"; }else{ res = "今天气温很高,大部分时间需要开启制冷空调调节温度"; } //document.write(res); return res; } //]]>
株洲天气预报来源:HR01.COM
会员登录
用户名:
密 码:
类 型:
--个人会员--
--企业会员--
--院校会员--
热门话题
·
企业考求职者“逗乐水平”
·
深圳50名专业育婴师下月上岗 月薪接近保姆两倍
·
不容忽视的应聘原则
·
别让一顿饭毁了你的前程
·
面试的八大“嘴忌”
·
人才测评师首次登陆沈城
·
成都现状:高中生比大专生好找工作
·
湖北:首批“三支一扶”毕业生待遇节前将落实到位
·
宁波:高职生成了“香饽饽”
·
武汉发布10大紧俏专业 包括电子信息和医药学等
·上海市近三成高校株洲天气预报毕业生下基层
·江苏:医学本科生株洲天气预报进社区培训3年补3万
·北京:中职生株洲天气预报被“预订”汽修等专业月薪3000元
·京28名研究生保姆株洲天气预报入市待雇 最低工资1800元
首页
|
株洲教育
|
株洲市四中
|
株洲技术学院
|
株洲市公安局
|
红网株洲论坛
|
株洲市公安局
|
株洲教育科研网
|
株洲技术学院
|
株洲电大
|
株洲市政府
|
HR01.com © 2007
版权所有 未经授权不得转载
闽ICP备07011746号