您的位置:首页技术文章
文章详情页

html5 - video是不是没有构造函数??

浏览:69日期:2023-01-08 09:48:10

问题描述

image可以通过

new Image();

构造audio可以通过

new Audio();

构造

但是好像没有

new Video();

问题解答

回答1:

http://stackoverflow.com/ques...http://stackoverflow.com/ques...

如上,确实没有

标签: Html5
相关文章: