我喜欢Vimeo的设计,我正在研究他们是如何编写代码的。他们的新设计是用 HTML5 制作的,但没有 html5shiv.js。通常我使用:
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<style>
.clear {
zoom: 1;
display: block;
}
</style>
<![endif]-->
但在 Vimeo 中没有这样的东西。那么他们只是将这个 JS 代码导入到他们的主 JS 中吗?或者他们正在使用一些新方法?