异步加载css样式。
要加载的css样式的URL。
Optional
可选参数,指定要在其中加载样式的文档对象。默认为当前文档。
返回一个Promise对象,解析为样式是否成功加载。
// 示例:加载一个外部样式await docLoadCss('https://example.com/remote.css') Copy
// 示例:加载一个外部样式await docLoadCss('https://example.com/remote.css')
异步加载css样式。