welcome.jsp
来自「网上购物系统的简易代码」· JSP 代码 · 共 15 行
JSP
15 行
<%@ page language="java" contentType="text/html; charset=gbk"
pageEncoding="gbk"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>welcome</title>
</head>
<body>
welcome here! ${user.username}<br>
<a href="/Test1/test/user/userinfo.do">显示该用户的详细信息</a><br>
<a href="/Test1/test/order/orderlist.do">显示${user.username}的所有订单</a>
<a href="/Test1/shopcart/toshopcart.do">我的购物车</a>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?