为何总是不能执行呢。
If rs_me("门派")="政府部门" and rs_me("身份")="掌门" then response.write "市委书记" elseif rs_me("门派")="政府部门" and rs_me("身份")="副掌门" then response.write"市长" else response.write"无" end if
...全文
796打赏收藏
这个哪里有错啊。小鸟在此有礼了。
为何总是不能执行呢。 If rs_me("门派")="政府部门" and rs_me("身份")="掌门" then response.write "市委书记" elseif rs_me("门派")="政府部门" and rs_me("身份")="副掌门" then response.write"市长" else response.write"无" end if
If rs_me("门派")="政府部门" and rs_me("身份")="掌门" then
response.write "市委书记"
elseif rs_me("门派")="政府部门" and rs_me("身份")="副掌门" then
response.write"市长"
else
response.write "无" ///////这里错啦!!! Response.write后边加个空格再"无"
end if
<% If rs_me("门派")="政府部门" and rs_me("身份")="掌门" then response.write "市委书记" elseif rs_me("门派")="政府部门" and rs_me("身份")="副掌门" then response.write"市长" else response.write"无" end if%>
这就是我COPY的啊。只是我把它写成一整行了。COPY到这成了分行了。