正确用法 object a = pFeature.get_Value(fidIndex); long fidValue = Convert.ToInt64(a) ; 错误用法 object a = pFeature.get_Value(fidIndex); long fidValue = (long)a; 相关文章: 2022-12-23 2021-09-28 2021-11-18 2021-09-04 2022-01-09 2021-06-29