1.
using(byte buff = new byte[Size])
{
// 你要用的代码,
}
2.
Array.Clear(bytes, 0 ,bytes.Length);
1.
using(byte buff = new byte[Size])
{
// 你要用的代码,
}
2.
Array.Clear(bytes, 0 ,bytes.Length);
转载于:https://www.cnblogs.com/wangfuyou/p/5091042.html