algo como esto: en html: <audio muted ....></audio>. y luego en js: setTimeout(function(){ $("audio").prop("muted", false); }, 10000); ...
確定! 回上一頁