在线资源--图片/json等

Posted 果感

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在线资源--图片/json等相关的知识,希望对你有一定的参考价值。

1. 在线图片: http://image.zhangxinxu.com/image/study/s/s256/mm3.jpg  // mmX.jpg: X可为任意的数字

2. 在线json: 雅虎天气api: https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20%3D%202151330&format=json

// 使用jquery获取雅虎天气
$.getJSON(https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%20%3D%202151330&format=json, function(data) {console.log(data)});

 


以上是关于在线资源--图片/json等的主要内容,如果未能解决你的问题,请参考以下文章