?? index.jsp
字號(hào):
<%@page contentType="text/html;charset=gbk"%>
<%@page import="com.web.view.IndexView" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<meta http-equiv="Pragma" content="no-cache" />
<title>Down v1.0</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div id="vapor">
</div>
</div>
<br/>
<%
IndexView iv = new IndexView(5,"ff0000");
out.println(iv.index());
%>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -