string str="<table><tr><td><a title='内容'>内容</a></td></tr></table>"
response.write(str);
//我想要的结果是
string str="<table><tr><td><a title=“我想要的就是这怎么变成双引号">内容</a></td></tr></table>"
response.write(str);