if val, ok := map[key]; ok { //do something here } 如果key在map里 val 被赋值key ok 是true 否则val得到相应类型的零值;ok是false