程序中使用到一段代碼data:=[4]byte{1,2,3,4}想轉(zhuǎn)成字符串顯示,試了使用str:=string(data)fmt.Print(str)但是輸出為空白,不知道應(yīng)該怎樣轉(zhuǎn)換? 查看完整描述