2020年4月7日

go中包的概念

摘要: DOS:清屏快捷键: //方式一 //import "fmt" //import "new_03_30/base" //方式二 import ( "fmt" "new_03_30/base" ) //方式三 //import ( // "fmt" // ."new_03_30/base" //点操作 阅读全文

posted @ 2020-04-07 11:30 HelloOcean 阅读(242) 评论(0) 推荐(0)

导航