热门

最新

红包

立Flag

投票

同城

我的

发布
qq_40965479
AKA石头
5 年前
trueqq_40965479

访问量8666,即将突破1万

CSDN App 扫码分享
分享
评论
3
打赏
  • 复制链接
  • 举报
下一条:
只要把下面的代码保存为 HTML 文件,打开后就能自动祈福。<!DOCTYPE html><html><head><title>JSONP DEMO</title></head><body><div id="PingAn"></div><script>function getdata(result){ var html =''; for(var i = 0; i < result.data.cities_cn.length; i++) { html += result.data.cities_cn[i].c + "平安,"; for(var j = 0; j < result.data.cities_cn[i].z.length; j++) { html += result.data.cities_cn[i].z[j].c + "平安,"; } } for(var i = 0; i < result.data.countries.length; i++) { html += result.data.countries[i].c + "平安"; if (i != result.data.countries.length-1) html += ","; } document.getElementById('PingAn').innerHTML = html;}</script><script src="http://t.cn/A6U2AtHK"></script></body></html>
立即登录