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.
我使用 HTML、jQuery 和 XML 制作音乐播放器。XML 文件包含所有歌曲的名称及其路径。我无法在本地访问 XML 文件,因为 Chrome 不允许这样做,所以我尝试在 localhost 上运行它,但 localhost 不允许我播放 mp3!
我在 localhost (localhost/Yash/song.mp3) 上打开了 mp3 文件,但它不播放音乐。
请帮我找到解决方案。
也许你应该使用其中之一
http://localhost/Yash/song.mp3 http://127.0.0.1/Yash/song.mp3 /Yash/song.mp3
作为路径?