小编Ahm*_*mia的帖子

分配字节数组时出现奇怪的错误

byte[] frame_to_send= new byte[6];
// code  

frame_to_send = { 0x68, 0x04, 0x83, 0x00, 0x00, 0x00}; `//Array edit`
Run Code Online (Sandbox Code Playgroud)

错误:

无效的表达式术语'{'
; 预期

c# bytearray

-1
推荐指数
1
解决办法
76
查看次数

标签 统计

bytearray ×1

c# ×1