文章详情
时间:2010-04-21 来源:Narlon
在c#中简单的int和byte数组互相转换
int s = 100; byte[] shi = System.BitConverter.GetBytes(s); int sh = System.BitConverter.ToInt32(shi,0);
荒岛狩猎人神枪手
斗弓箭手
王牌最强射击手
1970-01-01