package test2 import "sync" type UserAges struct { ages map[string]int sync.Mutex } func (ua *UserAges) Add(name string, age int) { ua.
確定! 回上一頁