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.
我想这样做,我不想使用外部 DLL 文件。
专辑封面是存储在例如 MP3 文件中的图片。我想把它拿出来展示。我搜索了网络,但我找不到源文件。
提前致谢
ID3v2 标签支持 MP3 中的专辑封面。
第一个专家交流在这个搜索中回答了如何在 Delphi 中做到这一点。
ID3 有一个实现列表,包括 Delphi 实现。
——杰伦