以文本方式查看主题

-  计算机科学论坛  (http://bbs.xml.org.cn/index.asp)
--  『 XML源码及示例(仅原创和转载) 』  (http://bbs.xml.org.cn/list.asp?boardid=32)
----  急问:这段代码 是什么作用!!  (http://bbs.xml.org.cn/dispbbs.asp?boardid=32&rootid=&id=8113)


--  作者:oak
--  发布时间:6/4/2004 3:56:00 PM

--  急问:这段代码 是什么作用!!
<?xml version=""1.0""?><Msg>"
for i=c_talkinfo(0)+4 to ubnum step 4
   if (c_talkinfo(i)>c_Lid2) and ((c_talkinfo(i+1)=c_name) or (c_talkinfo(i+2)="大家")) then
    Response.Write c_talkinfo(i+3)
   if (newLid<c_talkinfo(i)) then newLid=c_talkinfo(i)
   end if
next
for i=1 to c_talkinfo(0) step 4
   if (c_talkinfo(i)>c_Lid2) and ((c_talkinfo(i+1)=c_name) or (c_talkinfo(i+2)="大家")) then
    Response.Write c_talkinfo(i+3)
   if (newLid<c_talkinfo(i)) then newLid=c_talkinfo(i)
   end if
next
Response.Write "</Msg>


下载的xml+asp聊天室中的
say.asp表单中 有以上的一段代码 是什么意思 xml在里面的作用什么~


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
29.297ms