Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将声音作为音频标签上传到我的网站,它在 PC 上运行良好,但在 android 和 iPhone 中自动播放不起作用。我认为这取决于手机浏览器,因为我更改了我的 android 浏览器并且它有效。还有其他解决方案如何让它工作吗?
var audio = new Audio("songs/test.mp3"); audio.play();
它适用于默认的android浏览器