Skip to content

Commit b091c8d

Browse files
committed
版本回滚
1 parent 2948f20 commit b091c8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

4.1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ http包里面有一个很简单的方式就可以获取,我们在前面web的
4545
}
4646

4747
func login(w http.ResponseWriter, r *http.Request) {
48-
r.ParseForm()
4948
fmt.Println("method:", r.Method) //获取请求的方法
5049
if r.Method == "GET" {
5150
t, _ := template.ParseFiles("login.gtpl")

0 commit comments

Comments
 (0)