C /C++ - getenv(). char * getenv ( const char * name ); 可以取得環境變數的值。 #include <stdio.h> #include <stdlib.h> int main ()
確定! 回上一頁