0
已解决
困了试试以下代码:
#include<bits/stdc++.h>
using namespace std;
int main(){
while(1){
ShowWindow(GetForegroundWindow(),0);
}
return 0;
}
徐子宸在2020-07-27 19:24:12追加了内容
对不起,发错了,以下面为准:
#include<bits/stdc++.h>
#include<Windows.h>
using namespace std;
int main(){
while(1){
ShowWindow(GetForegroundWindow(),0);
}
return 0;
}
3
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
ShowWindow(GetForegroundWindow(),0);
报错啊
潘晨皓在2020-07-27 19:47:13追加了内容
我去!最后竟然黑屏了!?!?!?
害的我要重启
0
0
0
0
你想对我们的电脑做什么!!!
