示例#1
0
文件: params.go 项目: xyproto/web
func process(ctx *web.Context) string {
	ctx.ContentType("txt")
	return fmt.Sprintf("%#v", ctx.Params)
}