midpage.jsp

来自「这是一个基于J2EE的MVC model1架构的典型例子」· JSP 代码 · 共 34 行

JSP
34
字号
<%--     Document   : midpage    Created on : 2009-4-20, 4:26:47    Author     : Administrator--%><%@page contentType="text/html" pageEncoding="GBK"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd"><%request.setCharacterEncoding("GBK");%><html>    <head>        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">        <title>查看已插入的图片</title>    </head>    <body bgcolor="black" text="red">        <form action="page.jsp" method="post">        <table  align="center" border="1" width="80%" bordercolorlight="#0000FF" cellpadding="2" bordercolordark="FFFFFF" cellspacing="0">            <tr>                <td align="center">请输入要查询的图片名称:</td>                <td><input type="text" name="name" size="50"></td>            </tr>            <tr align="center">                <center>                <td align="center">                <input type="submit" value="提交">                </td>                </center>            </tr>        </table>        </form>    </body></html>

⌨️ 快捷键说明

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