golang批量修改文件名 package main import “fmt” “io/ioutil” “strings” “os” “path/filepath” ) func main) { path := “.” file … 继续阅读 golang批量修改文件名