标签:data ber word arp int keyword code ring compute
DataTable dt =
new
DataTable();
var age=dt.Compute(
"avg(age)"
,
""
);
var height =dt.Compute(
"avg(height)"
,
""
);
标签:data ber word arp int keyword code ring compute
原文地址:http://www.cnblogs.com/chxl800/p/6238041.html