标签: google-chrome html5-video
chrome 64视频元素属性静音不可用,原因是:
element.muted = true
而不是
$("element").attr("muted", true)
或
<video muted src="">