2011-02-23 57 views

回答

0

可能是靜態的html頁面最快的解決方案包括將服務器端包含

foo.asp

<%@LANGUAGE="VBSCRIPT"%> 
<% Option Explicit %> 
<!-- #include file="baz.htm" --> 

baz.htm

<html> 
    <head /> 
    <body> 
     <h1>Hello World!</h1> 
    </body> 
</html> 
相關問題