asp下实现记录集内随机取记录的代码
记录集内随机取记录的代码 <% "Movingtorandomrecord-StevenJones"Extension IfNot(记录集名称.bofand记录集名称.eof)Then "resetthecursortothebeginning If(记录集名称.CursorType>0)Then 记录集名称.MoveFirst Else 记录集名称.Requery EndIf 记录集名称_totalrn=-1 记录集名称_totalrn=记录...