?? index1.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>歡迎光臨聊天系統</title>
</head>
<body background="pictures/3.jpg">
<center>
<h1>歡迎光臨聊天系統</h1>
<a href="register.jsp">新用戶注冊</a><p><p>
<form action="login.jsp" method="post">
會員登錄:<br>
QQ號:<input name="qq" type="text" /><br><p>
密碼:<input name="password" type="password" /><br>
<input type="submit" value="確定" name="b"/>
<input type="reset" value="重置" />
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -