<%
sub function setrs(rsdate)
setrs(rsdate)="="&"rsdate"
end function
%>
假如我定义了这个setrs后,
以后我的记录集就可以这样写<%setrs(rsdate)%>显示记录集,
就可以不加=号了.