string myStr="<div style=\"color:red;\">ddsde sds bbb</div>";
我想把ddsde sds bbb里面的空格去掉,而尖括号里的空格保留(比如<div style=\"color:red;\">里面的空格保留),请问如何写这个正则表达式。