sa6001: m[string(key)] would be more efficient than k := string(key); m[k] 很简单,这种情况你没必要在额外定义一个k,并且在string和[]byte之间转换