摘要: { "version": "0.2.1",... 阅读全文
posted @ 2020-08-12 22:57 mengfu188 阅读(1159) 评论(0) 推荐(0)
摘要: getcwd是最方便的方法,只需要包涵头文件<direct.h>即可. #include <direct.h>// getcwd #include <stdio.h> #include <stdlib.h> int main() { //打印输出当前路径 char *buffer; //也可以将bu 阅读全文
posted @ 2020-08-12 22:40 mengfu188 阅读(1260) 评论(0) 推荐(0)