go转换demo. //整形转换成字节func IntToBytes(n int) []byte { x := int32(n) bytesBuffer := bytes.NewBuffer([] ...
確定! 回上一頁