原理是使用Response.WriteFile()
例如:
<%@ Page Language="c#" AutoEventWireup="false"%>
<html>
<body>
<%
Response.WriteFile ("Yourfile.inc");
%>
</body>
</html>
原理是使用Response.WriteFile()
例如:
<%@ Page Language="c#" AutoEventWireup="false"%>
<html>
<body>
<%
Response.WriteFile ("Yourfile.inc");
%>
</body>
</html>