x
 
<!DOCTYPE html>
<html>
<body>
<h1>param 元素</h1>
<object data="/i/audio/song.mp3">
<param name="autoplay" value="true">
</object>
</body>
</html>