是否可以调整history.length值,例如将其减少1?例如:
history.length = history.length - 1;发布于 2012-08-26 21:29:44
不,length是只读的,如MDN window.history页面所述:https://developer.mozilla.org/en-US/docs/DOM/window.history
https://stackoverflow.com/questions/12130505
复制相似问题