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.
我有一个简单地卡在 IE 中的启动页面,创建一个解决方法需要大量的 jQuery。有什么方法可以使用 IE 的条件注释跳过启动页面,并重定向到主页?
在条件注释中进行元刷新:
<meta http-equiv="refresh" content="0;url=mainpage-url"/>