0
点赞
收藏
分享

微信扫一扫

asp 指定读取某篇文章

一条咸鱼的干货 2022-06-17 阅读 71

asp 指定读取某篇文章


<%
Set rscopy2017 = Server.CreateObject("ADODB.Recordset")
sql2017="select Content from culture where id=70"
rscopy2017.open sql2017,conn,1,3
%>
<%=rscopy2017("Content")%>
<%
rscopy2017.close
set rscopy2017=nothing
%>




举报

相关推荐

0 条评论