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