html5的在ie6,7,8兼容

    <script>
//html5 标签
(function () {
if (!/*@cc_on!@*/0) return;
var html5 = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,hgroup,header,mark,menu,meter,nav,output,progress,section,time,video".split(',');
for (var i in html5) {
document.createElement(html5[i]);
}
})();
</script>
<![endif]-->
上一篇:模式窗体中调用父页面js与非模式化调用非父页面的js方法


下一篇:windows环境Caffe安装配置步骤(无GPU)及mnist训练