保存数据

This commit is contained in:
2019-05-09 18:29:09 +08:00
parent 5b7311ec94
commit 80f32247f6
7 changed files with 111 additions and 624 deletions

View File

@@ -58,6 +58,6 @@ func (hm *HashMap) Clear() {
}
func (hm *HashMap) String() string {
str := fmt.Sprintf("%v", hm.hm)
return str
content := fmt.Sprintf("%v", hm.hm)
return content
}