我正在嘗試將我的instagram頁面的最新帖子添加到我的組合中作為博客。最新帖子的圖像已成功添加,但問題是我想用圖像的標題來更改博客描述,所以我在圖像標簽中添加了唯一的id,這是institle1,但當我嘗試定位它時,它顯示空屬性錯誤,請回答....
var feed = new Instafeed({
template:'<a href="{{link}}"><img id="institle1" title="{{caption}}" src="{{image}}" /></a>',
target: "post-one",
accessToken: 'accesstoken'
});
let instatitle = document.getElementById("institle1").title;
document.querySelector(".blog .content p").innerHTML = instatitle;
console.log(instatitle);
我想用圖像標題更改段落內容
上一篇vue和極驗
下一篇python 顯示點云