ShadyCSS.prepareTemplate( tpl, 'div' ) container.attachShadow( { mode: "open" } ) .appendChild( tpl.content.cloneNode(true) )
確定! 回上一頁