mkdir函数 (建立文件夹函数)

mkdir函数函数


#include <stdio.h>
int main(){
mkdir("C:\\Users\\admin\\desktop\\test");
return 0;
}
相关文章
相关标签/搜索