go

int16转换为字节数组

英文: int16 to byte array 问题 我试图将int16转换为字节数组,但似乎无法使其工作。这是我现在的代码: int16 i := 41 a := []byte(string(i))...