惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
H
Help Net Security
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
I
InfoQ
SecWiki News
SecWiki News
T
Tailwind CSS Blog
Spread Privacy
Spread Privacy
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Vulnerabilities – Threatpost
N
Netflix TechBlog - Medium
P
Palo Alto Networks Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
M
MIT News - Artificial intelligence
S
Schneier on Security
T
Threat Research - Cisco Blogs
F
Fortinet All Blogs
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The Cloudflare Blog
Recent Announcements
Recent Announcements
Security Latest
Security Latest
G
GRAHAM CLULEY
IT之家
IT之家
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
腾讯CDC
Google DeepMind News
Google DeepMind News
V
V2EX
S
Securelist
TaoSecurity Blog
TaoSecurity Blog
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - 叶小钗
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Project Zero
Project Zero
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
F
Full Disclosure

SunPma'Blog

宝塔面板错误及BUG解决方法集合(持续更新) - SunPma'Blog Adobe Photoshop 2025 v26.2.0 绿色便携版 ShareFile 一款目录程序源码 - SunPma'Blog 360星图绿色离线版,网站日志分析工具 - SunPma'Blog AMD R7 8845HS 虚拟机安装苹果系统 MacOS 15.2 Sequoia Telegram多平台主题Windows/Android/iOS - SunPma'Blog Telegram 桌面便携版修复应用程序弹出链接URL协议 - SunPma'Blog Chrome谷歌浏览器手动安装IDM(Internet Download Manager)扩展插件 - SunPma'Blog Lsky 兰空图床程序基于宝塔面板部署教程 - SunPma'Blog
My Music 一款音乐文件网页HTML播放器源码 - SunPma'Blog
博主: sunpma · 2025-08-04 · via SunPma'Blog
  •  发布时间:
  •  15434 次浏览
  •   13 条评论
  • 分类: Linux
  1.  首页
  2. 正文  

前言

项目地址:https://github.com/sunpma/MyMusic
预览地址:https://suntl.com/other/music

预览

PC端预览
PC端预览

移动端预览

说明

格式支持:mp3 flac wav ogg
专辑封面:/assets/album目录存放封面,命名与音频文件一致,支持jpg png webp格式
加载方式:编辑music.php文件选择媒体文件加载方式localremote

方式一:
local 加载/music文件夹内音乐媒体文件(包含子文件夹)
方式二:
remote 读取远程直链地址

    // 模式 2: 读取远程直链地址
    $remoteUrls = [
        'https://localhost.com/卢冠廷 - 一生所爱.flac',
        'https://localhost.com/吴雨霏 - 吴哥窟.flac',
        'https://localhost.com/周杰伦 - 红尘客栈.mp3'
    ];

版权声明:本文为原创文章,版权归 suntl.com 所有,转载请注明出处!

本文链接:https://suntl.com/1407.html

友情提示:如果博客出现404或链接失效,请留言或者联系博主修复!

My Music 一款音乐文件网页HTML播放器源码

 • 

前言

项目地址:https://github.com/sunpma/MyMusic
预览地址:https://suntl.com/other/music

预览

PC端预览
PC端预览

移动端预览

说明

格式支持:mp3 flac wav ogg
专辑封面:/assets/album目录存放封面,命名与音频文件一致,支持jpg png webp格式
加载方式:编辑music.php文件选择媒体文件加载方式localremote

方式一:
local 加载/music文件夹内音乐媒体文件(包含子文件夹)
方式二:
remote 读取远程直链地址

    // 模式 2: 读取远程直链地址
    $remoteUrls = [
        'https://localhost.com/卢冠廷 - 一生所爱.flac',
        'https://localhost.com/吴雨霏 - 吴哥窟.flac',
        'https://localhost.com/周杰伦 - 红尘客栈.mp3'
    ];

版权声明:本文为原创文章,版权归 suntl.com 所有,转载请注明出处!

本文链接:https://suntl.com/1407.html

友情提示:如果博客出现404或链接失效,请留言或者联系博主修复!