以下代码会输出什么? package main import "fmt" func hello(i *int) int { defer func() { *i = 50 }(
阅读更多...
KGo笔记