C语言之symlink 函数原型: #include <unistd.h> int symlink(const char * oldpath, const char * newpath); 函数说明: symli … 继续阅读 C语言之symlink