一,后台弹框 if(string.IsNullOrEmpty(corpCode)) { MessageUtil.ShowWarning("投标人社会信用代码不能为空!"); return; } 二.类型转换string转DataSet DataSet ds = XmlDatase……