gpt4 book ai didi

php - file_put_contents 导致页面刷新

转载 作者:行者123 更新时间:2023-12-05 07:33:08 25 4
gpt4 key购买 nike

我在通过 AJAX 执行的 PHP 脚本中调用 file_put_contents()。每当我执行此脚本时,客户端页面都会重新加载,这是不可取的。有没有办法阻止 PHP 脚本重新加载页面?

我尝试使用以下内容修改 header 并将其作为 file_put_contents 函数中的上下文参数传递:

$context = stream_context_create(
array(
'http' => array(
'follow_location' => false
)
)
);

最佳答案

尝试以隐身模式运行脚本。与 file_put_contents() 有同样的问题,它是实时重新加载 VSCode 扩展,由于某种原因正在刷新页面。

关于php - file_put_contents 导致页面刷新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50808390/

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