By using the attachShadow method, you can attach a shadow root to any element: const shadow = element.attachShadow({mode: 'open'}); The attachShadow method ...
確定! 回上一頁