第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用數(shù)據(jù)屬性動態(tài)加載腳本

使用數(shù)據(jù)屬性動態(tài)加載腳本

慕森卡 2023-03-18 17:50:30
我想動態(tài)加載這個腳本,它包含數(shù)據(jù)屬性<script class="podigee-podcast-player"   src="https://cdn.podigee.com/podcast-player/javascripts/podigee-podcast-player.js" data-configuration="https://pt.podigee.io/embed?context=external"></script>我試過了。但這對我不起作用。這是設(shè)置數(shù)據(jù)配置屬性的正確方法嗎?我在哪里犯錯?var script = document.createElement('script'); script.type = 'text/javascript';script.async = true;script.src = 'https://cdn.podigee.com/podcast-player/javascripts/podigee-podcast-player.js';script.class = 'podigee-podcast-player';script.dataset.configuration = 'https://pt.podigee.io/embed?context=external';var s = document.getElementsByTagName("body")[0].appendChild(script, s);
查看完整描述

2 回答

?
MM們

TA貢獻(xiàn)1886條經(jīng)驗 獲得超2個贊

設(shè)置數(shù)據(jù)屬性不是這里的實際問題,但您試圖錯誤地設(shè)置類(這似乎很重要)。

那部分需要script.className = 'podigee-podcast-player';


查看完整回答
反對 回復(fù) 2023-03-18
?
qq_笑_17

TA貢獻(xiàn)1818條經(jīng)驗 獲得超7個贊

當(dāng)你打字時

var s = document.getElementsByTagName("body")[0].appendChild(script, s);

調(diào)用時方法s中的參數(shù)不appendChild()存在。appendChild()appendChild()只需要子元素作為參數(shù)。嘗試做

var s = document.getElementsByTagName("body")[0].appendChild(script);

var s = 此外,如果您計劃使用返回的值,則只需要鍵入appendChild(),根據(jù)文檔,返回值是子元素本身。


查看完整回答
反對 回復(fù) 2023-03-18
  • 2 回答
  • 0 關(guān)注
  • 104 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號