go实现http的请求方式&接受参数方式
摘要:1.默认的常规方法 //默认多路复用器 import ( "fmt" "net/http" ) func IndexHand (w http.ResponseWriter,r *http.Request) { content:="this is test info" fmt.Fprint(w,con
        阅读全文
				
		posted @ 2021-09-26 16:16
		
		posted @ 2021-09-26 16:16
		
		posted @ 2021-09-23 15:00
		
		posted @ 2021-09-23 13:34