Golang 通过反射获取方法名称

import "runtime"
runtime.FuncForPC(reflect.ValueOf(i).Pointer()).Name()


你可能感兴趣的:(Golang 通过反射获取方法名称)