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-11-08 15:28 离线云 阅读(131) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-08 15:22 离线云 阅读(242) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-07 11:45 离线云 阅读(86) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-09-06 20:46 离线云 阅读(1858) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-09-01 20:36 离线云 阅读(679) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-31 16:42 离线云 阅读(709) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-30 20:47 离线云 阅读(741) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-23 12:08 离线云 阅读(92) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-22 16:51 离线云 阅读(276) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-22 16:45 离线云 阅读(541) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-21 20:52 离线云 阅读(1341) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-20 12:38 离线云 阅读(31) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-18 15:50 离线云 阅读(70) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-14 11:20 离线云 阅读(44) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-14 11:20 离线云 阅读(11182) 评论(1) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-14 11:02 离线云 阅读(79) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-12 11:53 离线云 阅读(23) 评论(0) 推荐(0)
摘要:提可爱因子 阅读全文
posted @ 2021-08-11 22:40 离线云 阅读(37) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-09 20:13 离线云 阅读(14) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-08 21:16 离线云 阅读(25) 评论(0) 推荐(0)