脚本中: echo ${HOME} C中: #include char *home_path = getenv("HOME"); printf("home_path=%s\n", home_path);