using (FileStream fs = fi.OpenRead()) 为什么要这么写?如题,谢谢大家[解决办法]保证FileStream fs在using段的末尾被销毁[解决办法]为了出了using的大括号以后能够执行FileStream的Dispose,析构FileStream