字符串操作问题

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

 

posted @ 2022-10-12 11:22  尧荣华  阅读(15)  评论(0编辑  收藏  举报