提交表单时偶尔出现空白页如何解决?

发布于 2024-08-23 23:01:56 字数 303 浏览 5 评论 0原文

最麻烦的错误是偶然的错误;没有明确的方法来重现它。

我在这个话题上搜索了很多, 最可能的原因是字符集, 我已经采取了一些措施,将 .htaccess 中的默认 charset 设置为 utf8 (我使用的是 Apache), 但它仍然会发生,再次偶尔!

除了设置默认字符集来修复它之外,你们还有什么建议吗?

顺便说一句,根据我自己的经验,这种情况大多数发生在从 IE 提交表单时,如果不是全部的话。

The most troublesome bug is the occasional one; there is no definite way to reproduce it.

I've searched a lot on this topic,
and the most probable reason is the charset,
and I've taken some actions by setting the default charset as utf8 in .htaccess (I'm using Apache),
but it still happens, again occasionally!

Have you guys any tips other than setting the default charset to fix it?

As a side note that according to my own experience it happens mostly when the form is submitted from IE, if not all.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向地狱狂奔 2024-08-30 23:01:56

您使用 PHP 吗?

通常,每当我遇到空白页面时,都是因为 php 中的某个地方存在难以捉摸的错误,并且错误已被关闭。

只是您可能会研究的另一种途径。

Are you using PHP?

Usually any time I hit a blank page, it's because there's an elusive bug in php someplace and errors are turned off.

Just an alternative path you might investigate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文