clipboardEvent (event: ClipboardEvent){ let clipboardData = event.clipboardData; let clipboardText = clipboardData.getData('text');
確定! 回上一頁