鏈接附上了我最愛的moon,雖然說wcg還有2個(gè)月,但我聽到這個(gè)世界對(duì)我的呼喚,可能真的有一天,我能在舞臺(tái)下面,為他的勝利歡呼,然后鼓勵(lì)我前行。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<body>
<iframe width="50" height="50" src=""></iframe>
<div>
</div>
</body>
</html>
<script>
$.ajaxPrefilter(function (options) {
if (options.crossDomain && jQuery.support.cors) {
var http = (window.location.protocol === 'http:' ? 'http:' : 'https:');
options.url = 'https:' + '//cors-anywhere.herokuapp.com/' + options.url;
}
});
var link = "https://mp.weixin.qq.com/s/QPEoj2-05TQBvNjdXsJcCw";
$.get(
link,
function (response) {
var html = response;
html = html.replace(/data-src/g, "src");
//iframe的嵌套
// var html_src = 'data:text/html;charset=utf-8,' + html; //解析碼解決亂碼
// $("iframe").attr("src", html_src);
$("div").html(html)
}
);
</script>
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。