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.
所以我想知道是否有办法在页面转换后导航到“页面”内的特定 id。
基本上,我想存储一个变量(我当前在页面上的元素的 ID),以便我可以返回到我来自的多页模板的“页面”上的同一位置。我不能只更改锚的 href,因为要发生页面转换,它必须链接到与 data-type="page" 关联的 ID,而且我不能只是将我的 id 附加到末尾这要么是因为它仍然不会触发页面转换。
任何输入将不胜感激。提前致谢。
您始终可以将变量存储在会话变量或 cookie 中,检查页面加载的长度并触发函数返回 id。
看看sessvars