js如何判断浏览器是否支持html5方法一:if ( typeof(Worker) !== "undefined" ) {alert("支持html5")} else {alert("不支持html5")}方法二2023-02-21JavaScript160