您好,欢迎访问三七文档
当前位置:首页 > 商业/管理/HR > 咨询培训 > 基于jsonp的全国天气预报城市查询的示例
基于jsonp的全国天气预报城市查询的示例代码描述:基于jsonp的全国天气预报城市查询的示例代码平台:聚合数据metahttp-equiv=content-typecontent=texthtml;charset=utf-8scripttype=textjavascriptsrc==textjavascript=functionget_jsonp(){$(#result_fut).html('');$('#result_weather').html('正在查询中……');$.getJSON(=?,{cityname:$(#textt).val(),dtype:jsonp,key:key},function(data){varsk=data.result.sk;vartoday=data.result.today;varfutur=data.result.future;varfut=日期温度天气风向;if(today){for(variinfutur){fut+=+futur[i].date+','+futur[i].week++futur[i].temperature++futur[i].weather++futur[i].wind+;}$('#result_weather').html(p+'当前:'+sk.temp+'℃,'+sk.wind_direction+sk.wind_strength+','+'空气湿度'+sk.humidity+',更新时间'+sk.time+/ppstyle='padding-bottom:10px;'+today.city+'今天是:'+today.date_y+''+today.week+','+today.temperature+','+today.weather+','+today.wind+p/p);$(#result_fut).html(fut);$(table).css('border-bottom','1pxsolid#ccc');}else{$('#result_weather').html('请输入正确的城市名!');$(#result_fut).html('');}});returnfalse;}toChange=function(){varoTextt=document.getElementById('textt');textChange(oTextt,'请输入所要查询城市');};$(function(){$(#telea).bind(click,function(){$('#textt').val($(this).text().trim());get_jsonp();});});styletype=textcss=body,td,th{font-size:12px;}a{text-decoration:none;}#telepa{padding:05px;cursor:pointer;}#result{background:#F7FFFB;}#resultp{width:500px;padding:10px;}divid=search_formformonsubmit=returnget_jsonp();inputtype=textid=texttvalue=请输入所要查询城市inputtype=submitid=imavalue=查询/inputtype=submitid=imavalue=查询/inputtype=textid=texttvalue=请输入所要查询城市/formonsubmit=returnget_jsonp();/divid=search_form/styletype=text/pstyle='padding-bottom:10px;'/scripttype=text/scripttype=text/metahttp-equiv=content-typecontent=text
本文标题:基于jsonp的全国天气预报城市查询的示例
链接地址:https://www.777doc.com/doc-2570236 .html