比如一個(gè)靜態(tài)頁(yè)面
<html>
<head>
<title>靜態(tài)頁(yè)面</title>
</head>
<body>
<script src="link.asp"></script>
</body>
</html>
link.asp 代碼如下
數(shù)據(jù)庫(kù)連接文件就省略了
<%
'比如
a=1000
%>
var abc
abc=<%=a%>
document.write abc
在靜態(tài)頁(yè)面中即可輸出1000
更多信息請(qǐng)查看IT技術(shù)專(zhuān)欄