比如一个静态页面
link.asp 代码如下
数据库连接文件就省略了
<%
'比如
a=1000
%>
var abc
abc=<%=a%>
document.write abc
在静态页面中即可输出1000
更多信息请查看IT技术专栏