c# 获取变量名称
摘要:
示例: public class Test { public int tInt; public bool tBool; } var t = new Test(); Console.WriteLine(t.tInt) ///打印 tInt public static string GetFieldNa 阅读全文
posted @ 2024-07-16 10:52
yungs
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号