ASP if elseif 多条件判断语句

1 2 3 4 5 6 7 8 9 <%if hd=“138” or hd=“139” then response.write…

1
2
3
4
5
6
7
8
9
<%if hd=“138” or hd=“139” then
response.write“移动”
elseif hd=“130” then
response.write“联通”
elseif hd=“189” then
response.write“电信”
else
response.write“其他”
end if%>
本文来自网络,不代表24小时课堂在线立场,转载请注明出处:https://www.24ketang.cn/2738.html

为您推荐

返回顶部