如果针对ie10 以上单独写css样式的话,ie10以上已经不提供 <!--[if 。。。]><![endif]--> 这种方法去操作了,所以可以用css媒体查询的方法@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles go here */ }很实用!