?? main.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>歡迎光臨在線視頻播放系統(tǒng)</title>
<link rel=stylesheet type=text/css href="./lib/movie.css">
</head>
<frameset frameborder="1" frameSpacing="1" border="1" rows="120,*">
<frame name="topFrame" src="./top.jsp" MARGINWIDTH=1 MARGINHEIGHT=1 noresize>
<frame name="mainFrame" marginwidth="4" marginheight="1" src="./new_movie_list.jsp">
</frameset>
</frameset>
<noframes>
<body bgcolor="#F5F5F5">
<h1 align="center">瀏覽器要求支持框架集</h1>
</body>
</noframes>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -