Description
There are two optimization points for the readmap function:
- Map key cannot be an incomparable type, otherwise it will cause a panic, but the function does not distinguish
- When the key is an incomparable type, adjusted to fmt.Sprint(k) to avoid unreadable output