if ((e.code === 'Backspace' || e.code === 'Delete')) { try { // 獲取選中的html let cloneContents = window.getSelection().getRangeAt(0).
確定! 回上一頁