我尝试了很多事情,但是没有用。每当我尝试不使用自动播放功能时,它就会起作用,但无法使用自动播放功能。 这是我的代码:
<!DOCTYPE html>
<html>
<head>
<title>Thomas The Tank Engine</title>
<link rel="icon" href="attributes/Head-OnThomasPromo.png">
<link rel="stylesheet" href="./css/main.css">
</head>
<title>Thomas The Tank Engine
</title>
<body>
<div class="container">
<img src="attributes/tenor.gif" height="1204" width="1472">
<div class="text-block">
<h4>Welcome my friend
</h4>
<p>Come I'll give you a ride
</p>
</div>
<audio autoplay>
<source src="./attributes/ThomasSong.mp3" type="audio/mp3">
</audio>
</body>
</html>