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

Others 2021-03-18 09:10:34 2021-03-18 09:10:34 1515 次浏览
 <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