📌  相关文章
📜  c执行shell命令——C编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:35.904000             🧑  作者: Mango

代码示例1
#include 

# int system(const char *command);

system("pwd");