Go Web 開發(二)

目的 瞭解使用 Go 模板技術開發 Web 應用的。html 效果 代碼 server.goweb package main import ( "fmt" "http" "template" ) type User struct { Name string } func Register(w http.ResponseWriter, r *http.Request) { if "GET" == r
相關文章
相關標籤/搜索