go 中byte 类型

go 语言中byte 类型对应java中的Charater 类型 源码中为

type byte = uint8

可以表示 无符号 8 位整型 (0 到 255)

type byte = uint8