ws.go#. package main import ( "fmt" "github.com/gorilla/websocket" "io/ioutil" "net/http" ) type msg struct { Num int } func main() { http.HandleFunc("/ws" ...
確定! 回上一頁