gpt4 book ai didi

javascript - 计算历史记录中的页数

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:09:05 24 4
gpt4 key购买 nike

是否有任何方法可以检查 Dom/cache 中存在多少页?

在我的应用程序中有几个页面,如果任何时候假设 session 过期,那么服务器会给我响应代码 say-1。我每次都检查响应代码,如果它是 -1,那么我必须向用户显示索引页面,因为我正在这样做:

window.history.go(-4);

但在上面的例子中,我将值设为 -4,因为在这里我知道 Dom 中有 4 个页面,但是在运行时我如何知道 DOm 中存在多少页?

任何帮助/建议将不胜感激。提前致谢。

最佳答案

试试这个:

 window.history.length //4

引用:https://developer.mozilla.org/en-US/docs/DOM/window.history

length Integer Read-only. Returns the number of elements in the session history, including the currently loaded page. For example, for a page loaded in a new tab this property returns 1.

关于javascript - 计算历史记录中的页数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11931792/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com