index.asp的代码:
<!--#include file=b.asp--> <%=strA%>
b.asp的代码:
<%strA="Hello"%>
运行index.asp,结果:
Hello