var selection = window.getSelection(); var focusNode = selection.focusNode, anchorNode = selection.anchorNode; if (key == 8) { //backspace
確定! 回上一頁