1

Is it possible to adjust the history.length value, for instance reducing it by one? For example:

history.length = history.length - 1;
4

1 に答える 1

1

いいえ、lengthMDNwindow.historyページで説明されているように読み取り専用です:https ://developer.mozilla.org/en-US/docs/DOM/window.history

于 2012-08-26T13:29:43.527 に答える