#include <cstdlib> char *getenv( const char *name );
函数 getenv() 返回与 name 关联的环境信息,并且非常依赖于实现。如果 name 的信息不可用,则返回 NULL。