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.
每当我试图在我的网站上点击一个页面时,每个页面都会在Safari中调用 GET 方法 2 次。但是它在其他浏览器中运行良好。此外,在发布结果时,如果页面在页面中返回错误。只有 POST 被调用,但再次发布相同的数据同时调用 POST 和 GET。知道为什么会这样吗?我错过了什么吗?
网站链接:-点击链接
问题得到解决。
我使用带有空源标签的 img 导致 Safari 调用 GET 方法两次。