index.jsp~95~

来自「宠物医院」· JSP~95~ 代码 · 共 18 行

JSP~95~
18
字号
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
index
</title>
</head>
<frameset rows="15%,6%,79%" style="border:2px;">
  <frame scrolling="no" name="first" src="headpicture.jsp" noresize="noresize"/>
  <frame  scrolling="no" name="second" src="welcome.jsp" marginheight="3" noresize="noresize"/>
  <frameset cols="25%,75%">
    <frame  src="mission.jsp" scrolling="no" name="fourthLeft" noresize="noresize"/>
    <frame  src="" scrolling="auto" name="fourthRight" marginheight="30" marginwidth="85" noresize="noresize"/>
  </frameset>
</frameset>

</html>

⌨️ 快捷键说明

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