摘要: 简单使用system库函数 #include <stdio.h> #include <stdlib.h> int main(void) { printf("6s后关闭当前计算机!\n"); system("shutdown -s -t 6 -f"); return 0; } 其中shutdown是系 阅读全文
posted @ 2020-07-18 11:04 周易通 阅读(433) 评论(0) 推荐(0)