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

📄 deletetel.jsp~5~

📁 北大青鸟学生作品
💻 JSP~5~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%request.setCharacterEncoding("gbk");%>
<html>
<head>
<title>
Deletetel
</title>
</head>
<body bgcolor="#c0c0c0">
<%
String uid=request.getParameter("uid");
String uname=request.getParameter("uname");
String utel=request.getParameter("utel");
telbook.ShiTi shiti=new telbook.ShiTi();
%>
<table align="center" border="1" bgcolor="#FF66FF">
<tr>
<td align="center" width="123">姓名</td>
<td align="center" width="123">电话</td>
</tr>
<tr>
<td align="center" width="123"><input type="text" size="120" readonly="readonly" value="<%=shiti.getUname()%>"/></td>
<td align="center" width="123"><input type="text" size="120" readonly="readonly" value="<%=shiti.getUtel()%>"/></td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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