摘要: 示例代码 package main import ( "fmt" "log" "net/http" "strings" ) func sayhelloName(w http.ResponseWriter, r *http.Request) { r.ParseForm() //解析参数,默认是不会解析 阅读全文
posted @ 2020-12-21 17:45 月下繁星杨 阅读(128) 评论(0) 推荐(0) 编辑