![]() |
#2
rjsp2020-01-10 08:42
|
源代码:
#include<iostream>
#include<windows.h>
#include<Mmsystem.h>
#pragma comment(lib,"mm.lib")
using namespace std;
int main()
{
PlaySound(TEXT("E:\\Better now.mp3"),NULL,SND_FILENAME | SND_ASYNC);
cin.get();
cin.get();
}
