在html文件里面加入下面的代码:
<script> window.onload=function() { if(window.applicationCache) { alert("浏览器支持html5"); } else alert("浏览器不支持html5"); } </script>