在异世界迷宫里后宫:<% call ShowPicArticle(ClassID,2,10,1,2,75,60,200,true,false) %>

来源:百度文库 编辑:高考问答 时间:2024/05/07 16:05:41
这句代码有什么问题吗?
为什么图片显示不出来?
<%
dim sqlRoot,rsRoot,trs,arrClassID,TitleStr
sqlRoot="select C.ClassID,C.ClassName,C.RootID,L.LayoutFileName,L.LayoutID,C.Child,C.ParentPath From ArticleClass C inner join Layout L on C.LayoutID=L.LayoutID where C.ParentID=" & ClassID & " and C.IsElite=True and C.LinkUrl='' and C.BrowsePurview>=" & UserLevel & " order by C.OrderID"
Set rsRoot= Server.CreateObject("ADODB.Recordset")
rsRoot.open sqlRoot,conn,1,1
%>
是这个吗?

把这个函数贴出来,函数代码有问题