|
|
|
<%
if request("id")<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from news where id="&request("id")
rs.open sql,conn,1,1
if not rs.eof then
%>
直接在盐碱滩上快繁、免移栽的美国竹柳苗





|
<%
end if
rs.close
set rs=nothing
else
response.Write("")
end if%>
|
|