会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
周易通
博客园
首页
新随笔
联系
订阅
管理
2020年7月18日
关于system的函数简单使用
摘要: 简单使用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)
公告