window.alert = function (obj) {
	var iframe = document.createElement('iframe');
	iframe.src = 'javascript:void(0);'
	document.body.appendChild(iframe)
	iframe.contentWindow.alert(obj);
	iframe.parentNode.removeChild(iframe);
}

window.hugo={}
window.hugo.iframes=[]
let iframes=window.hugo.iframes;
var openIframe=function(html,body){
	// 1. 创建<iframe>元素
	var ifr = document.createElement('iframe');
//	// 2. 将CSS,HTML字符串转换为Blob对象
//	var blob = new Blob([html], {
//	  'type': 'text/html'
//	});
//	// 3. 使用URL.createObjectURL()方法将...
//	iframe.src = URL.createObjectURL(blob);
	body.innerHTML = "";
	body.appendChild(ifr);
	var ifrw = (ifr.contentWindow) ? ifr.contentWindow: (ifr.contentDocument.document) ? ifr.contentDocument.document: ifr.contentDocument;
	ifrw.document.open();
	ifrw.document.write(html);
	ifrw.document.close();
	//console.log(x)
}
//开启页面html
{

    let xx = $("#cnblogs_post_body,.cnblogs-post-body").find("[data-type=html]");
    let xxx = [];
    for (let x of xx) {
        xxx.push(x.innerText)
    };
    xx.remove();
    let URL = window.URL || window.webkitURL;
    for (let x of xxx) {
		//openIframe(x,document.body)
		iframes.push(x);
    };
}

摘要: 等价无穷小 泰勒公式 拉格朗日 阅读全文
posted @ 2021-07-22 19:19 离线云 阅读(176) 评论(1) 推荐(0) 编辑
摘要: 线路1 线路2 线路3 线路4 立即播放 阅读全文
posted @ 2019-04-17 06:34 离线云 阅读(2481) 评论(2) 推荐(1) 编辑
摘要: html 转 text text 转 html 阅读全文
posted @ 2019-04-17 03:27 离线云 阅读(830) 评论(0) 推荐(0) 编辑
摘要: powershell $env:HTTPS_PROXY="http://127.0.0.1:1080" $env:HTTP_PROXY="http://127.0.0.1:1080" cmd set http_proxy=http://127.0.0.1:1080 set https_proxy=h 阅读全文
posted @ 2019-04-17 01:07 离线云 阅读(881) 评论(0) 推荐(0) 编辑
摘要: “连环扣”指几个结组成的扣子,比喻连绵交织的情思、错综复杂的矛盾 阅读全文
posted @ 2022-09-27 11:40 离线云 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-21 10:02 离线云 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-09-20 10:55 离线云 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 答案:C 阅读全文
posted @ 2022-08-06 09:52 离线云 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-07 16:58 离线云 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-04 11:15 离线云 阅读(13) 评论(0) 推荐(0) 编辑
摘要: http://161.117.87.26/download/?fid=BQ-qa8jrlXfroQHWn6FA7MW3EAT1xePBAAAAAOyzVv4UJ1dKdr3olAgr5zTwUB8I&mid=666&threshold=251&tid=FD7467ACF9361D7D61CD6B24 阅读全文
posted @ 2022-05-08 00:10 离线云 阅读(666) 评论(0) 推荐(0) 编辑
摘要: 间断点类型 水压力 微分方程 定积分旋转体体积面积 侧面积极坐标公式 四大曲线 隐函数求导公式 阅读全文
posted @ 2021-11-08 15:28 离线云 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-08 15:22 离线云 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-11-07 11:45 离线云 阅读(41) 评论(0) 推荐(0) 编辑