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.
我经营一个在 soundcloud 中搜索音乐结果的网站,我正在尝试让音频播放器播放搜索结果,但是我遇到了一些麻烦。
对于每个搜索结果,我都使用{$mp3_search[mp3].mp3_url}它作为歌曲的直接链接。但是仅仅将那行代码放入标准的开源音频播放器是行不通的。
{$mp3_search[mp3].mp3_url}
有任何想法吗?