【发布时间】:2015-11-08 18:21:33
【问题描述】:
【问题讨论】:
标签: html download attributes
【问题讨论】:
标签: html download attributes
我找到Modernizr
<script type="text/javascript">
if (Modernizr.adownload ) {
alert("This browser supports HTML5 download!");
}
</script>
但如果有更好的解决方案,请提供
【讨论】: