listdata.jsp
来自「自己制作的联通CRM,支持客户分类,管理,升级,积分管理等等..」· JSP 代码 · 共 33 行
JSP
33 行
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link href="../../image/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="760px" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#D71920">
<tr>
<td><br/>
<table width="740px" height="200px" border="0" align="center" cellpadding="0"
cellspacing="0" id="ttc">
<tr>
<td> </td>
</tr>
</table>
<br/>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?