摘要:
http://book.hackbase.com/asppost13/web241609.htm sql="select yourcol from yourtable"set rs=server.createobject("adodb.recordset")rs.open sql,conn,1,1rscount=rs.recordcountfor i=1 to rscount if i mod 2... 阅读全文
posted @ 2006-12-21 10:23 白桦的天空 阅读(682) 评论(1) 推荐(0) 编辑