📄 asp2.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 + -