error.jsp

来自「用户登入」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<html>
<head>
<title>操作失败!</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
 <center>
   <table border="1"  style="margin-top:150" width="250" height="90">
     <tr height="20" bgcolor="lightgrey"><td align="center">提示信息!</td>
     <tr>
        <td align="center">
          没有图片被选中!
        </td>
     </tr>
   </table>
   <a href="index.jsp">返回</a>
 </center>
</body>
</html>

⌨️ 快捷键说明

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