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