link中convert.toint32和int.parse有什么区别?用哪个比较好?谢谢
Convert.ToInt32内部调用了int.Parse,参考http://referencesource.microsoft.com/mscorlib/a.html#069d595792a157df