新浪新闻接口
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| colla=”+”> $(function () { jQuery.getScript("http://roll.news.sina.com.cn/interface/ rollnews_ch_out_interface.php? col=30& spec= &type= &ch=05 &k= &offset_page=0 &offset_num=0 &num=60&asc=&page=1",
function () { var news = jsonData.list; var list = ""; $.each(jsonData.list, function (i, n) { list += "<li><a href='" + n.url + "' target='_balnk'>" + n.title + "</a></li>"; }); $("#news_ul").html(list); }); });
|
如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
微信支付
支付宝