?? chap1-10b.jsp
字號:
<%@ page contentType="text/html;charset=GBK" %>
<HTML>
<HEAD>
<title>簡易購物車session2</title>
</HEAD>
<%
session.setAttribute("shop",session.getAttribute("shop")+"蘋果,");
session.setAttribute("price",session.getAttribute("price")+" 200,");
out.println(session.getAttribute("shop") + "<br>");
out.println(session.getAttribute("price") + "<br>");
%>
<BODY>
<br>
<a href="chap1-10c.jsp">chap1-10c.jsp</a>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -