Create README.md

This commit is contained in:
jiacai_wang 2019-01-22 18:00:03 +08:00 committed by GitHub
parent e0bef1b84d
commit e9c51f4724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# mp3-player
c语言编写的mp3播放器。播放功能调用Windows提供的mciSendString实现。程序只完成了读取输入文件夹下的.mp3文件名打印菜单并实现播放等简单功能。
为什么很费力因为是c语言