摘要:
其实就是 documentfragment元素,就是动态生成的文档碎片元素。 1,项目中在DOM结构里遇到了shadow-root(open),用JS方法无法直接获取其内的DOM元素 2、shadow DOM Web components 的一个重要属性是封装——可以将标记结构、样式和行为隐藏起来, 阅读全文
摘要:
c# 设置桌面壁纸: 只在win10 上测试了,不知道其它系统如何。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawin 阅读全文
摘要:
https://docs.microsoft.com/en-us/microsoft-edge/webview2/how-to/webresourcerequested?tabs=dotnet 自定义过滤器拦截例子 // Add a filter to select all image resour 阅读全文