var jsontext =
; var cityname=jsontext.weatherinfo.city; var id=jsontext.weatherinfo.cityid; var cityinfo1=jsontext.weatherinfo.weather1; var cityinfo2=jsontext.weatherinfo.weather2; var cityinfo3=jsontext.weatherinfo.weather3; var wd1=jsontext.weatherinfo.wind1; var wd2=jsontext.weatherinfo.wind2; var wd3=jsontext.weatherinfo.wind3; var temp1=jsontext.weatherinfo.temp1; var temp2=jsontext.weatherinfo.temp2; var temp3=jsontext.weatherinfo.temp3; var img1=jsontext.weatherinfo.img1; var img2=jsontext.weatherinfo.img2; var img3=jsontext.weatherinfo.img3; var img4=jsontext.weatherinfo.img4; var img5=jsontext.weatherinfo.img5; var img6=jsontext.weatherinfo.img6; var index=jsontext.weatherinfo.index; var index_d=jsontext.weatherinfo.index_d; var index_xc=jsontext.weatherinfo.index_xc; var index_uv=jsontext.weatherinfo.index_uv; var date=jsontext.weatherinfo.date; var date_y=jsontext.weatherinfo.date_y; var imgtitle1=jsontext.weatherinfo.img_title1; var imgtitle2=jsontext.weatherinfo.img_title2; var fl1=jsontext.weatherinfo.fl1; var fl2=jsontext.weatherinfo.fl2; var week=jsontext.weatherinfo.week; var index_d=jsontext.weatherinfo.index_d; document.write(''); document.write(''+cityname+' '+temp1+'
'+cityinfo1+' '+wd1);
document.write('');