我正在尝试使用 fanstatic 加载外部 js 文件。这就是我调用要加载的文件的方式:
<!--[if lt IE 9]>
<%
h.html5shiv.need()
%>
<![endif]-->
问题是当我检查源文件时,js文件被添加到标签内,但不是在IE中检查。
<head>
<script type="text/javascript" src="html5shiv.js"></script>
<!--[if lt IE 9]>
<![endif]-->
</head>
如果检查块,有没有办法强制 fanstatic 在 IE 中呈现这个 js 文件?