摘要: package main import ( "bufio" "fmt" "io" "log" "os" ) type Count struct { Strcount int Numcount int Other int China int } func main() { filename := "./abc.txt" file, err := os.Ope... 阅读全文
posted @ 2019-02-19 16:58 Egrep 阅读(298) 评论(0) 推荐(0) 编辑