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%> |
未经允许不得转载:王超博客 » ASP if elseif 多条件判断语句
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%> |
未经允许不得转载:王超博客 » ASP if elseif 多条件判断语句