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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

無法成功嵌入/顯示 POWR.io 評(píng)論

無法成功嵌入/顯示 POWR.io 評(píng)論

Cats萌萌 2023-06-15 10:30:28
對(duì)于遇到這個(gè)問題的任何人,希望這能找到你。我創(chuàng)建了一個(gè)快速的小 test.html 文件并在 Chrome 中打開它。它包括以下片段,我無法顯示任何內(nèi)容。<div?class="powr-reviews"?id="2753c372_1606181564"></div> <script?src="https://www.powr.io/powr.js?platform=html"></script>任何和所有幫助將不勝感激。
查看完整描述

1 回答

?
縹緲止盈

TA貢獻(xiàn)2041條經(jīng)驗(yàn) 獲得超4個(gè)贊

var theFrame=document.createElement('iframe')

theFrame.src="https://www.powr.io/reviews/i/26790199#page"

document.body.appendChild(theFrame)


//document.appendChild isn't reliable since it says some ONLY ALLOWS ONE APPENDAGE or something like that

//the above code only works if cors doesn't block you, meaning that your source for this would be from powr.io as well(THIS IS A SANDBOX SO IT GETS BLOCKED BECAUSE OF ORIGIN DIFFERENCE)


//if i run the code below, it works on newtab(if u pop up the console paste and enter)

document.write('<div class="powr-reviews" id="2753c372_1606181564"></div>')

var x=document.createElement('script')

x.src="https://www.powr.io/powr.js?platform=html"

document.body.appendChild(x)

現(xiàn)在我有一個(gè)小的repl來表明你的 2 行工作,但如果你的源(在客戶端運(yùn)行它時(shí)的原點(diǎn))是文件,它就不起作用

現(xiàn)在在下面,我嘗試模仿代碼到底做了什么

JavaScript 示例及其repl

//iframe loader

function iframer(sourceUrl){

? document.body.innerHTML="" //makes sure ONLY this loads

? var iframe = document.createElement('iframe');

? iframe.src = sourceUrl;

? iframe.width=screen.availWidth;

? iframe.height=screen.availHeight;

? iframe.style="border: solid transparent";

? document.body.appendChild(iframe);

? return iframe;

}

var myFrame=iframer("https://www.powr.io/reviews/i/26790199#page")

console.log(myFrame)

HTML 示例及其repl


<meta?http-equiv="refresh"?content="0;URL='https://www.powr.io/reviews/i/26790199#page'">


查看完整回答
反對(duì) 回復(fù) 2023-06-15
  • 1 回答
  • 0 關(guān)注
  • 137 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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