文章详情
时间: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