?? book1.jsp
字號(hào):
<%@ page contentType="text/html";charset=GB2312"%>
<html><title>網(wǎng)上書店</title>
<body>
<% request.setCharacterEncoding("GB2312");
request.getSession(true);
session.setAttribute("customer","顧客");
%>
<p>輸入姓名連接到網(wǎng)上書店:
<form action="book2.jsp" method="post" name=form>
<input type="text" name="boy">
<input type="submit" value="確定" name="submit">
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -