#include <cstdlib> char *getenv( const char *name );
函式 getenv() 返回與 name 關聯的環境資訊,並且非常依賴於實現。如果 name 的資訊不可用,則返回 NULL。