Glob 模式 Glob 是什么 glob 是一種文件匹配模式,全稱 global,它起源於 Unix 的 bash shell 中,比如在 linux 中常用的 mv *.txt tmp/ 中,*.txt 就使用 ...