try { } catch (Exception) { }
我能写吗?
try { } catch { }
这在C#.NET 3.5中是否正常.代码看起来更好,但我不知道是否相同.
.net c#
.net ×1
c# ×1