⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.jsp

📁 在线相册系统-java与xml )是你的好帮手!
💻 JSP
字号:
<%@page contentType="text/html"%>
<%@page pageEncoding="GBK"%>
<html>
    <head>
        <title>梦幻者在线相册系统</title>
        <meta http-equiv="Content-Type" 
        content="text/html; charset=gb2312">
    </head>
    
    <frameset rows="111,*,30" framespacing="0" frameborder="NO" border="0">
        <frame name=topFrame noresize scrolling="no" 
                            src=top.html marginheight="6">
        <frameset cols="180,*" framespacing="0" frameborder="NO" border="0">
            <frame src="left.jsp" name="leftFrame" scrolling="no" noresize>
            <frame src="admin/login.jsp" name="mainFrame" scrolling="auto">
        </frameset>
        <frame name=bottomFrame noresize scrolling="no" 
                            src=foot.jsp marginheight="2">
        <noframes>
            <body>
                <h1>不支持Frame</h1>
            </body>
        </noframes>
    </frameset>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -