1.隐式转换 2.显示转换 (弱类型转换) string i = "12"; int k = int.Parse(i); (强制性转换) convert 转载于:https://www.cnblogs.com/selfimprove/p/3189361.html