Loading

摘要: ``` // 从字符串初始化document const parser = new DOMParser() const parseDocument = parser.parseFromString(this.editorText, 'text/html') // 动态创建style标签 写入样式 c 阅读全文
posted @ 2023-07-10 14:01 资深if-else侠 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ``` // 获取整个文档对象 const doc = document.implementation.createDocument(null, 'html', null); doc.documentElement.innerHTML = document.documentElement.inner 阅读全文
posted @ 2023-07-10 13:59 资深if-else侠 阅读(198) 评论(0) 推荐(0) 编辑