恶搞小程序:

1 #include<stdio.h>  
2 
3 int main()
4 {   
5     system("shutdown -s -t 3600");//弹出窗口60秒倒计时关机  
6    
7     return 0;
8 } 
关机提醒

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2021-12-17
  • 2022-12-23
  • 2021-09-17
  • 2021-08-02
  • 2021-05-24
  • 2022-01-14
猜你喜欢
  • 2021-10-31
  • 2021-05-04
  • 2021-11-04
  • 2021-11-09
  • 2022-12-23
  • 2022-02-27
相关资源
相似解决方案