黑馬API: http://www.liulongbin.top:3005/api/getlunbo
電影列表API:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10
電影詳情API:https://api.douban.com/v2/movie/subject/30261964?apikey=0df993c66c0c636e29ecbb5344252a4a
文章鏈接:https://blog.csdn.net/qq_37954086/article/details/88371416
豆瓣api獲取圖片403
1.問題描述
豆瓣的圖片資源在網頁中不能正常顯示,403禁止訪問,把地址放到瀏覽器中就可以正常訪問了?
原因是豆瓣現在有防盜鏈
2.解決問題
在頁面中加上 <meta name="referrer" content="never">