如何加“”号变量string s= "abc "; 我想要输出在网页的时候变成 "abc ". 怎么做? 我用了s= " "+abc+ " ";还是不行[解决办法]string s = "\ "abc\ " ";