asp问题,function高手进
<%functiona(n)ifn=0thena=123ifn=1thena=321endfunction%><%=replace(a(0),a(0),web)%>这样写...
<%
function a(n)
if n=0 then a=123
if n=1 then a=321
end function
%>
<%= replace(a(0),a(0),web) %>
这样写对吗,怎么调用$web$ 展开
function a(n)
if n=0 then a=123
if n=1 then a=321
end function
%>
<%= replace(a(0),a(0),web) %>
这样写对吗,怎么调用$web$ 展开
4个回答
展开全部
<%
function a(n)
if n=0 then a=123
if n=1 then a=321
end function
'response.write(a(1))'这样可以调用
%>
<br>
<%=replace(a(0),a(0),"web")%>
web要是变量就不有加引号了
以下是web改成变量
<%
function a(n)
if n=0 then a=123
if n=1 then a=321
end function
'response.write(a(1))'调用
%>
<br>
<%web="你好web变量"%>
<%=replace(a(0),a(0),web)%>
function a(n)
if n=0 then a=123
if n=1 then a=321
end function
'response.write(a(1))'这样可以调用
%>
<br>
<%=replace(a(0),a(0),"web")%>
web要是变量就不有加引号了
以下是web改成变量
<%
function a(n)
if n=0 then a=123
if n=1 then a=321
end function
'response.write(a(1))'调用
%>
<br>
<%web="你好web变量"%>
<%=replace(a(0),a(0),web)%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<%= replace(a(0),a(0),web) %>
这样写不对.因为没意义
这句话等价于<%=web%>
replace 一点存在的必要都没有....
$WEB$看起来像个标签
你的问题问得不是太明白
这样写不对.因为没意义
这句话等价于<%=web%>
replace 一点存在的必要都没有....
$WEB$看起来像个标签
你的问题问得不是太明白
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
貌似语法不对
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询