user:=make(map[string]string)user["wang"]="王"if user["wang"]!=""{ print("存")}if _,ok:=user["wang"];ok{ print("存")}