C#传递参数丢失双引号,如何解决?
string newstr = " \"供货周期为 自合同签订 之日起15日\" "; newstr = newstr.Replace("\"", "\\\""); string data = "data - bz = '" + newstr + "'";