ASP显示产品分类显示为两列怎么弄有个代码看不懂
<spanstyle="font-weight:700;color:#000000">Nonce:<%ifrspro.recordcount>0theniftypeID<...
<span style="font-weight: 700; color: #000000">
Nonce: <%
if rspro.recordcount > 0 then
if typeID <> "" and typeID <> "1" then
response.write(rspro("etypeTitle"))
else
response.write("All Products")
'end if
end if
end if
%></span>
<br>
<%sortEnglish(0)%>
这段看不懂是什么意思 现在的这个效果不好想换 而且我也没有找到|是从哪里输出的 展开
Nonce: <%
if rspro.recordcount > 0 then
if typeID <> "" and typeID <> "1" then
response.write(rspro("etypeTitle"))
else
response.write("All Products")
'end if
end if
end if
%></span>
<br>
<%sortEnglish(0)%>
这段看不懂是什么意思 现在的这个效果不好想换 而且我也没有找到|是从哪里输出的 展开
1个回答
展开全部
<span style="font-weight: 700; color: #000000">
Nonce: <%
if rspro.recordcount > 0 then
if typeID <> "" and typeID <> "1" then
response.write(rspro("etypeTitle"))
else
response.write("All Products")
'end if
end if
end if
%></span>
上面这段代码是显示产品当前分类名称的。
<%sortEnglish(0)%> 这儿是显示列表,调用了一个自定义函数 sortEnglish
你找找当前页面应该在头部包含了function.asp一类的页面,打开那个页面找找sortEnglish函数。
Nonce: <%
if rspro.recordcount > 0 then
if typeID <> "" and typeID <> "1" then
response.write(rspro("etypeTitle"))
else
response.write("All Products")
'end if
end if
end if
%></span>
上面这段代码是显示产品当前分类名称的。
<%sortEnglish(0)%> 这儿是显示列表,调用了一个自定义函数 sortEnglish
你找找当前页面应该在头部包含了function.asp一类的页面,打开那个页面找找sortEnglish函数。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询