HTML <audio> autoplay ÊôÐÔ

ʵÀý

ÉèÖÃΪ×Ô¶¯²¥·ÅµÄ audio ÔªËØ£º

<audio controls="controls" autoplay="autoplay">
  <source src="song.ogg" type="audio/ogg" />
  <source src="song.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>

Ç××ÔÊÔÒ»ÊÔ

¶¨ÒåºÍÓ÷¨

autoplay ÊôÐԹ涨һµ©ÒôƵ¾ÍÐ÷ÂíÉÏ¿ªÊ¼²¥·Å¡£

Èç¹ûÉèÖÃÁ˸ÃÊôÐÔ£¬ÒôƵ½«×Ô¶¯²¥·Å¡£

HTML 4.01 Óë HTML 5 Ö®¼äµÄ²îÒì

autoplay ÊôÐÔÊÇ HTML 5 ÖеÄÐÂÊôÐÔ¡£

Óï·¨

<audio autoplay="autoplay" />
VUE