#每天一个知识点# 动态创建 video 时,若要静音播放,不能通过 setAttribute 方法去设置,需要通过 video.muted = true 去设置,然后再调用 play() 方法
评论