问题
I've got a splash page which simply jams up in IE, and creating a workaround would require a tremendous amount of jQuery. Is there any way to use IE's conditional comments to skip the splash page, and redirect to the main page?
回答1:
Put a meta refresh inside the conditional comment:
<meta http-equiv="refresh" content="0;url=mainpage-url"/>
来源:https://stackoverflow.com/questions/13189162/is-it-possible-to-use-ie-conditional-comments-to-redirect