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.
我有很多 mp3 文件,我将这些文件的路径存储Path example: \music\1.mp3 , \music\2.mp3 , \music\3.mp3在表中的 MySQL 数据库()中music_tbl。
Path example: \music\1.mp3 , \music\2.mp3 , \music\3.mp3
music_tbl
我可以一首一首地播放这些音乐,因为我使用OnClickjavahtml tage <A>来播放 mp3 文件。
OnClick
html tage <A>
但是我想用javascript和php制作一个播放列表(下一个mp3自动播放),请给我一些方法,非常感谢。
看看jPlayer。它非常可定制,易于使用/安装。
http://jplayer.org/latest/demo-02-video/