![]() |
#2
nothing_fly2011-08-14 23:21
|
str="select * from usertabl"
set rs=conn.execute(str)
if rs.eof=false then
"文本域1“显示
else
“文本域1”隐藏
end if
不知asp中间这段代码怎么写。请指教。