private static string GetNameValue(object value) { dynamic obj = value; try { return obj.Name; } catch { return null; } } 相关文章: 2022-12-23 2022-02-16 2022-12-23