⑴ asp调用其他文件夹里的文件
<%
dim a
a=定义变量值,可以是数字也可以是 文本
if a="a" then %>
<!-- #include file="../a/index.asp" -->
<% else
if a="b" then %>
<!-- #include file="../b/index.asp" -->
<% end if
if a="c" then %>
<!-- #include file="../c/index.asp" -->
<% end if
end if %>