打赏

2021年11月4日

Go获得项目根目录

摘要: package main import ( "fmt" "os" ) func main() { path, _ := os.Getwd() fmt.Println(path) } 阅读全文

posted @ 2021-11-04 22:25 头大的冯冯 阅读(254) 评论(0) 推荐(0) 编辑

导航