go

Golang – convert [8]bool to byte

英文: Golang - convert [8]bool to byte 问题 我正在尝试将长度为8的布尔数组转换为字节。有人知道如何做吗? mei := [8]bool{true, true, tr...