标题:xmlhttp 返回数数据库时,怎么换行呀?
只看楼主
yzwt2004
Rank: 1
等 级:新手上路
帖 子:472
专家分:0
注 册:2006-1-18
 问题点数:0 回复次数:0 
xmlhttp 返回数数据库时,怎么换行呀?
<%'此页是asp页面
Response.ContentType ="text/html"
Response.CharSet = "GB2312"
do while not rs.eof
Response.Write (rs("username"))
Response.Write (rs("user_hy"))
Response.Write (rs("add_date"))
Response.Write ("<br />")
rs.movenext
loop
rs.close
%>

这样中文是能显示了,可没法换行,而且<br />原样输出

我前台用的是: var res = xmlhttp.responseText;

大家帮我看看是怎么回事
搜索更多相关主题的帖子: 数据库 xmlhttp 
2006-11-27 12:15



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-105627-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014828 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved