Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML5功能检查“;下载属性";_Html_Download_Attributes - Fatal编程技术网

HTML5功能检查“;下载属性";

HTML5功能检查“;下载属性";,html,download,attributes,Html,Download,Attributes,我正在使用HTML5功能 如何检查浏览器支持HTML5此功能?我发现 如果(Modernizer.adownload){ 警报(“此浏览器支持HTML5下载!”); } 但如果有更好的解决方案,请提供 <script type="text/javascript"> if (Modernizr.adownload ) { alert("This browser supports HTML5 download!"); } </script>

我正在使用HTML5功能

如何检查浏览器支持HTML5此功能?

我发现


如果(Modernizer.adownload){
警报(“此浏览器支持HTML5下载!”);
}
但如果有更好的解决方案,请提供

<script type="text/javascript">
    if (Modernizr.adownload ) {
    alert("This browser supports HTML5 download!");
    }
</script>