最近的应该项目用到了video标签,发现这类标签的属性,在jsx定义根本不起作用~请问应该如何解决
比如在html我直接写
<video class="video" x-webkit-airplay="true" webkit-playsinline="true" src="static/video/1.mp4"></video>
就可以了,但是在react-js里面 webkit-playsinline应该如何写?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
自定义属性:
参考https://github.com/facebook/react/issues/140