onPaste(event: ClipboardEvent) { this.pasteCount++; this.pastedText = event.clipboardData.getData('text'); }.
確定! 回上一頁