asp中如何包含js文件
答案:2 悬赏:30 手机版
解决时间 2021-02-02 17:36
- 提问者网友:难遇难求
- 2021-02-02 01:33
asp中如何包含js文件
最佳答案
- 五星知识达人网友:傲气稳了全场
- 2021-02-02 03:08
(index.asp)
<%
'start of index.asp
dim template
template=""
%>
document.write("<%=template%>");
(a.js)
//start of a.js
alert("hello i have include of index.asp");
//end of a.js
回答完毕!忘采纳
<%
'start of index.asp
dim template
template=""
%>
document.write("<%=template%>");
(a.js)
//start of a.js
alert("hello i have include of index.asp");
//end of a.js
回答完毕!忘采纳
全部回答
- 1楼网友:我住北渡口
- 2021-02-02 03:36
<%
Response.Write ('')
%>
Response.Write ('')
%>
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯