将上代码复制到head部分,记住一定要是head部分(因为IE必须在元素解析前知道这个元素,所以这个js文件不能在其他位置调用,否则失效)
Bootstrap或者,你也可以把代码拿出来自己看着办
(function(){if(!/*@cc_on!@*/0)return;var e ="abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=e.length;while(i--){document.createElement(e[i])}})()
并在css里面加上这段,主要是让这些html5标签成块级元素
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
上传服务器,查看ie8正常