import {html, render} from 'lit'; const value = 'World'; const target = document.getElementById('target'); const template = html` <div @click="${(evt: Event): ...
確定! 回上一頁