string str="<body><b>abcdefg<html><a>链接123</a>456中文。"
如上字符串,如何得到结果是
var aa=“abcdefg链接123456中文。”
收起
aa=Regex.Replace(str,"<[^>]*?>","");
报告相同问题?