Golang:测试map是否存在
摘要:
请看这个url:http://www.du52.com/text.php?id=561 if v, ok := m1["a"]; ok { fmt.Println(v) } else { fmt.Println("Key Not Found") } 阅读全文
posted @ 2014-11-27 22:21 awildfish 阅读(2885) 评论(0) 推荐(0) 编辑
posted @ 2014-11-27 22:21 awildfish 阅读(2885) 评论(0) 推荐(0) 编辑
posted @ 2014-11-27 21:42 awildfish 阅读(10967) 评论(0) 推荐(0) 编辑
posted @ 2014-11-27 10:25 awildfish 阅读(133) 评论(0) 推荐(0) 编辑