第三級目錄選擇的問題

2022-12-03 04:36

2022-12-03 05:42
<%
sql = "select * from BigClass"
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "請先添加欄目。"
else
%>