摘要:
编辑器加载中...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 阅读全文
posted @ 2011-03-08 10:25
小毛驴
阅读(500)
评论(4)
推荐(0)
浙公网安备 33010602011771号