Dim Str() As ByteStr = StrConv(a, vbFromUnicode)For i = LBound(Str) To UBound(Str)'Str(i) = Str(i) Xor code(i Mod 8)Next这段代码改成c#的应该怎么写呢
1 回答
白猪掌柜的
TA贡献1893条经验 获得超10个赞
string[] strs = new string[3];
int h = strs.GetLowerBound(0);
int t = strs.GetUpperBound(0);
strs.GetLowerBound(0);//等于LBound
GetUpperBound(0);//等于UBound
添加回答
举报
0/150
提交
取消
