c# 转换效率损耗 2018-01-04 本文已影响16人 齊葩 string 转 int -》int.Parse() 比 int 转 string -》toString() 效率高4.5被 as 效率与int.Parse() 差不多 点击这里可以看到作者的其他文章