📄 hello3.jsp
字号:
<html>
<head>
<title>Jodd Serverside</title>
</head>
<body bgcolor="#FFFFFF">
<h1>MVC2 framework</h1>
<a href="hello.jsp">back</a><br><br>
Example of using <b>action-mapping</b> tag.<br><br><br>
These three actions are mapped to the same action handler:<br><br>
<a href="map1.do">action 1</a><br>
<a href="map2.do">action 2</a><br>
<a href="map3.do">action 3</a><br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -