28,409
社区成员




<table border="1">
<%
id=""
while not rs.eof
if id<>rs("id") then
if id<>"" then
response.Write "</td></tr>"
end if
response.write "<tr><td>"&rs("id")&"</td><td>"
id=rs("id")
end if
response.write " "&rs("cardtime")
rs.movenext
wend
rs.close:set rs=nothing
cn.Close:set cn=nothing
%></td></tr></table>