02 2022 档案

摘要:package main import ( "bufio" "fmt" "io" "os" ) func main() { openTxt("d:/Desktop/area.txt") } func openTxt(txt string) string { filePath := txt file, 阅读全文
posted @ 2022-02-22 15:42 Azathoth_jk 阅读(385) 评论(0) 推荐(0)