标签:
for (int i = 0; i < dtUserAndAgentRelation.Rows.Count; i++ ) { strAgentID += string.Format("‘{0}‘,", Convert.ToString(dtUserAndAgentRelation.Rows[i]["AgentID"])); } strAgentID = strAgentID.Trim(‘,‘);
标签:
原文地址:http://www.cnblogs.com/show-lee/p/4578731.html