カーソル位置の単語を削除します。
カーソル位置に存在する単語を削除します。単語の右側に空白が存在する場合、空白は削除しません。
document.selection.SelectWord(); document.selection.Delete(1);
document.selection.SelectWord();
document.selection.Delete(1);
document.selection.SelectWord document.selection.Delete 1
document.selection.SelectWord
document.selection.Delete 1
このページのフィードバックを送信