要让shell中的export有效可以用 source name.sh . name.sh 如果用 ./name.sh, 会在当在shell中创建一个子进程,然后在子进程中导出环境变量. 子进程退出,环境变量消失.