var sss={success:true,weathers:[{d:'2010-07-31',weather:'多云',tmp:'36℃',dir:'',strong:''}]};var objs=sss.weathers[0];var strss="";strss+='天气:'+objs["weather"]+' 气温:'+objs["tmp"]+' 风向:'+objs["dir"]+' 风力:'+objs["strong"];document.write(strss);