在線資源--圖片/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)});

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM