试图用React组件返回这个元素:<video ... controls controlsList="nodownload" />并且仍然出现下载按钮.
<video ... controls controlsList="nodownload" />
有没有办法用React传递这个参数(controlsList)?
尝试htmlControlsList=过
htmlControlsList=
错误日志:controlsList标记上的未知道具.从元素中删除此prop.有关详细信息,请参阅.... URL
controlsList
html5-video reactjs
html5-video ×1
reactjs ×1