pushd、popd和dirs实现了一个unix风格的目录栈。它使用一个全局变量来保存堆栈。用法示例:cd myDir> pushd('anotherDir') anotherDir> %excute命令在这里另一个目录>目录目录另一个目录> popd myDir> %回到你开始的地方