怎么把string 转换为字节数组

2024-12-02 20:23:11
推荐回答(1个)
回答1:

编码格式问题。
string s="";
for(int i=0;i{
s += byt[i].ToString();
}
加分哦。