⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asp2.asp

📁 asp教程
💻 ASP
字号:
   <%
    fname=lcase(request.querystring("Firstname"))
    lname=lcase(request.querystring("Lastname"))
    If fname="george" and lname="washington" then
    %>
  Hi.You must be the first president!<p>
  <%else If fname="ronald" and lname="reagan" then%>
  Hi.You must be the first president!<p>
  <%else If fname="jimmy" and lname="carter" then%>
  Hi.You must be the first president!<p><p>
  <%else If fname="naoko" or fname="charles" then%>
  Hi.Your name reminds me of someone,but I am not sure who!<p>
  <%else%>
  Hi!Nice to Meet You
  <% End if %>
  <% End if %>
  <% End if %>
  <% End if %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -