0

我正在使用 html5 视频。如果不支持该格式,则应显示该消息。但它支持另一条消息。我已将视频元素定义为

    <video controls>
        <source src="some source locaaly" type="video/webm" />
        <source src="some source locaaly" type="video/mp4" />
        Video not suppoerd
    </video>

它显示错误消息无效来源。但它在野生动物园中工作。

4

0 回答 0