现在位置: 首页 / 开发笔记 / 正文 [代码]TextArea中显示回车换行 mikel 开发笔记 2008-06-21 47热度 0评论 [code] <% while not chat.eof response.Write(chat("messagedate")&":"&chat("statevalue")&"说:"&chat("linkname")&" "&chat("message")&vbCrlf) chat.movenext wend%> [/code]