马启越和赵甜鸽亲嘴:instr(rsprodtree("LarCode"),"*")= 0 then ......怎么解释?

来源:百度文库 编辑:高考问答 时间:2024/05/05 10:49:34
有哪位朋友能帮我解释一下.下边的那句asp语句的意思,尤其是那个*号,我找了好久,包含文件也找了,就是找不到它,怎么解释啊?

if instr(rsprodtree("LarCode"),"*")= 0 then '根据*号判断是否是屏蔽掉的类别大类
if (a<>b) then
response.write " <tr><td width=175 colspan="&tree_col&"><img height=3 src='images/line_0110.gif' width=175 align=bottom border=0></td></tr>"
response.write "<td width='175' bgcolor='#e7e7e7' class='dfont' height=20 colspan="&tree_col&"> <img src='images/arrow4.gif' width='11' height='13' border='0' align=absmiddle> "
response.write "<a href='sublist.asp?LarCode="&rsprodtree("LarCode")&"'>"&rsprodtree("LarCode")&"</a></td></tr>"
a=rsprodtree("LarCode")
else
end if

你找找所有的程序中有没有定义一个 rsprodtree 过程,估计这个过程是把一些什么字替换做 * ,然后再来统计 * 的个数,就知道有没有被替换了。

咨询当地网管!~