编辑器加载中...public static object Eval(string expression) { System.Data.DataTable table = new System.Data.DataTable(); System.Data.DataColumn Col = new System.Data.DataColumn("AAA", typeof(string), expression); table.Columns.Add(Col); table.Rows.Add(new object[] { "" }); return table.Rows[0][0]; }

相关文章:

  • 2022-02-11
  • 2021-10-02
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-09-04
猜你喜欢
  • 2021-07-26
  • 2021-05-25
  • 2021-05-18
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案