GrassrootsCoder 点 import ( . "fmt" ) Println(”hello word“) 别名 import ( f "fmt" ) f.Println(”hello word“) 下划线 import ( _ "fmt" ) //只自动执行fmt中的init()函数