我們將此connection傳送給透過go指令建立的goroutine, 來與client溝通. // hello58 // 一個簡單的tcp server package main import ( "fmt" "net" ) func main() ...
確定! 回上一頁