62,272
社区成员
发帖
与我相关
我的任务
分享 foreach (DictionaryEntry de in hashTable)
{
System.Windows.Forms.MessageBox.Show(de.Key.ToString());
System.Windows.Forms.MessageBox.Show(de.Value.ToString());
}
至于拼接sql语句应该不是什么困难事了吧