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.
是否可以在不离开当前页面的情况下使用 php 重定向请求的页面,或者它需要 javascript?我需要这个在后台获取 cookie,或者从第三方获取 cookie 的最佳方法是什么?
可以使用 JavaScript/jQuery 将内容动态加载到页面中。使用 获取内容,$.ajax()然后使用 将数据加载到选定的div(或其他选择器)中html()。这样,页面保持不变(您保留 cookie),但您可以加载其他内容(而不是重定向)。
$.ajax()
div
html()