我在 IE6 中遇到问题。
我使用 php header()
函数将 http://example.com 重定向到
https://example.com。 它在 FF 和 IE > 6 中运行良好,但在 IE6 中的警告框中出现此错误:
The Internet Explorer cannot open https://example.com
Operation abored
为什么会出现这个错误?
是因为一些JS脚本的原因。我将
defer="defer"
添加到 <script>
标签中,问题就解决了。