Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以调整该history.length值,例如将其减一?例如:
history.length
history.length = history.length - 1;
不,length是只读的,如 MDNwindow.history页面所述:https ://developer.mozilla.org/en-US/docs/DOM/window.history
length
window.history