?? smtpmail.jsp
字號(hào):
<%@ page language="java" contentType="text/html;charset=gb2312"%>
<html>
<body>
<form action="send.jsp" method="post">
發(fā)件人:<input type="text" name="from"><br>
收件人:<input type="text" name="to"><br>
內(nèi)容:<textarea name="content"></textarea><br>
<input type="submit" value="發(fā)送">
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -