咨询下:关于输出后不用“”return“”关键字暂停

hellsam · · 2610 次点击
那你试试这样写 ```go return RMsg(w,"错误暂停") ```
#8
更多评论
w.Write的w应该是http.Request
#1
是 w http.ResponseWriter
#2