Wps中插入的背景音乐发送后放不出来

音乐

1个回答

写回答

carica

2026-01-09 14:00

+ 关注

AI
AI

在 while(1){..} 里运行你的程序。直到结束。#include stdio.h#include windows.h#include mmsystem.h#pragma comment(lib, winmm.lib)

int mAIn(){PlaySound(TEXT(D:\\贪吃蛇素材.c\\游戏过程.wav),NULL,SND_ASYNC | SND_NODEFAULT);while (1) {printf(program is running... here\n);Sleep(1000);}return 0;

}

举报有用(0分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号