Is it possible to adjust the history.length
value, for instance reducing it by one? For example:
history.length = history.length - 1;
Is it possible to adjust the history.length
value, for instance reducing it by one? For example:
history.length = history.length - 1;
いいえ、length
MDNwindow.history
ページで説明されているように読み取り専用です:https ://developer.mozilla.org/en-US/docs/DOM/window.history