上下文 延时任务 变量传递

 

ctx = context.WithValue(ctx, "2", "two")

fmt.Println(ctx.Value("1"))
fmt.Println(ctx.Value("2"))

 

posted @ 2021-06-11 23:01  papering  阅读(43)  评论(0编辑  收藏  举报