<%= Replace(rs("Content"),CHR(10),"") %> 或者用
<%=rs("Content")%>
<%=replace(rs("Content"),vbnewline,"")%>
<%=replace(rs("Content"),chr(13)&ch(10),"")%>