getenv ()读取环境变量的当前值的函数原形:char *getenv(const char *name) 用法:s=getenv("环境变量名"); 需先定义char *s; 功能:返回一给定的环境 ...
確定! 回上一頁