📄 welcome.jsp
字号:
<html>
<head>
<title>欢迎</title>
</head>
<body>
欢迎您: <%= request.getParameter("username") %>
<br>
使用的协议:<%= request.getProtocol() %>
<br>
请求的地址:<%= request.getRequestURI() %>
<br>
您的地址是:<%= request.getRemoteAddr() %>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -