«

如何嵌入youtube视频并自动播放

emer 发布于 2021-3-18 17:10   1503 次阅读     


 <iframe
              width="100%"
              height="100%"
              src="https://www.youtube.com/embed/id?enablejsapi=1&autoplay=1&loop=1&playlist=id"
              frameborder="0"
              allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
              allowfullscreen
            >
            </iframe>
修改id为自己的id