jsonp技术访问天气Demo
jsonp技术访问天气Demo,该网站实现了返回数据为xml或json类型 注意:select*fromjsonwhereurl='..'要用空格隔开 http://query.yahooapis.com/v1/public/yql?q=select*fromjsonwhereurl='http://m.weather.com.cn/data/101010100.html' http://query.yahooapis.com/v1/public/yql?q=select*fromjsonwhereurl='http://m.weather.com.cn/data/101010100.html'&format=json
<%@pagepageEncoding="utf-8"%> <body> <divid="content"> {q:"select*fromjsonwhereurl='http://m.weather.com.cn/data/101010100.html'",format:"json"}, function(data){var$content=$("#content")if(data.query.results){varresult=JSON.stringify(data.query.results);$content.text(result);varobj=eval('('+result+')');alert(obj.weatherinfo.city);}else{$content.text('nosuchcode:'+code);}});});</script></body><script></script></html> (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |