救命,帮忙看一下asp的这个语法的问题
<%
strSql = "select * from ghxjArticle where id =" & "'" & idnew & "'"
set rs = mycon.execute(strSql)
%>
<%strTest = rs("ArticleContent")%>
<%response.replace("strTest", "chr(13)", "<br>")%>
<% response.write strTest%>
目的就是将rs("ArticleContent")中的chr(13)替换成<br>