芝麻web文件管理V1.00
编辑当前文件:/home/forge/stage.sksb.smartcon-survey.com/vendor/wireui/wireui/ts/browserSupport.ts
if (!HTMLElement.prototype.replaceChildren) { HTMLElement.prototype.replaceChildren = function (...nodes) { this.innerHTML = '' this.append(...nodes) } }