modified: eBook/18.1.md

modified:   eBook/18.11.md
	modified:   eBook/18.2.md
	modified:   eBook/18.3.md
This commit is contained in:
songleo
2016-01-03 14:49:10 +08:00
parent b3550e98e3
commit 706c594a7e
4 changed files with 10 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ for key, value := range map1 {
`val1, isPresent = map1[key1]`
返回值: `key1`对应的值或者`0`, `true`或者`false`
返回值`key1`对应的值或者`0`, `true`或者`false`
3如何在映射中删除一个键