課程
/后端開發
/Java
/通過自動回復機器人學Mybatis---基礎版
前端代碼可來一份?
2017-01-19
源自:通過自動回復機器人學Mybatis---基礎版 2-3
正在回答
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><html xmlns="http://www.w3.org/1999/xhtml">?? ?<head>?? ??? ?<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />?? ??? ?<meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE" />?? ??? ?<title>內容列表頁面</title>?? ??? ?<link href="<%= basePath %>resources/css/all.css" rel="stylesheet" type="text/css" />?? ??? ?<script src="<%= basePath %>resources/js/common/jquery-1.8.0.min.js"></script>?? ??? ?<script src="<%= basePath %>resources/js/back/list.js"></script>?? ?</head>?? ?<body style="background: #e1e9eb;">?? ??? ?<form action="<%= basePath %>List.action" id="mainForm" method="post">?? ??? ??? ?<input type="hidden" name="currentPage" id="currentPage" value="${page.currentPage}"/>?? ??? ??? ??? ??? ??? ?<div class="right">?? ??? ??? ??? ?<div class="current">當前位置:<a href="javascript:void(0)" style="color:#6E6E6E;">內容管理</a> > 內容列表</div>?? ??? ??? ??? ?<div class="rightCont">?? ??? ??? ??? ??? ?<p class="g_title fix">內容列表 <a class="btn03" href="#">新 增</a> <a class="btn03" href="javascript:deleteBatch('<%=basePath%>');">刪 除</a></p>?? ??? ??? ??? ??? ?<table class="tab1">?? ??? ??? ??? ??? ??? ?<tbody>?? ??? ??? ??? ??? ??? ??? ?<tr>?? ??? ??? ??? ??? ??? ??? ??? ?<td width="90" align="right">指令名稱:</td>?? ??? ??? ??? ??? ??? ??? ??? ?<td>?? ??? ??? ??? ??? ??? ??? ??? ??? ?<input name="command" type="text" class="allInput" value="${command}"/>?? ??? ??? ??? ??? ??? ??? ??? ?</td>?? ??? ??? ??? ??? ??? ??? ??? ?<td width="90" align="right">描述:</td>?? ??? ??? ??? ??? ??? ??? ??? ?<td>?? ??? ??? ??? ??? ??? ??? ??? ??? ?<input name="description" type="text" class="allInput" value="${description}"/>?? ??? ??? ??? ??? ??? ??? ??? ?</td>?? ???????????????????????????? <td width="85" align="right"><input type="submit" class="tabSub" value="查 詢" /></td>?? ?????? ??? ??? ??? ??? ??? ?</tr>?? ??? ??? ??? ??? ??? ?</tbody>?? ??? ??? ??? ??? ?</table>?? ??? ??? ??? ??? ?<div class="zixun fix">?? ??? ??? ??? ??? ??? ?<table class="tab2" width="100%">?? ??? ??? ??? ??? ??? ??? ?<tbody>?? ??? ??? ??? ??? ??? ??? ??? ?<tr>?? ??? ??? ??? ??? ??? ??? ??? ???? <th><input type="checkbox" id="all" onclick="#"/></th>?? ??? ??? ??? ??? ??? ??? ??? ???? <th>序號</th>?? ??? ??? ??? ??? ??? ??? ??? ???? <th>指令名稱</th>?? ??? ??? ??? ??? ??? ??? ??? ???? <th>描述</th>?? ??? ??? ??? ??? ??? ??? ??? ???? <th>操作</th>?? ??? ??? ??? ??? ??? ??? ??? ?</tr>?? ??? ??? ??? ??? ??? ??? ??? ?<c:forEach items="${messageList}" var="message" varStatus="status">?? ??? ??? ??? ??? ??? ??? ??? ??? ?<tr? <c:if test="${status.index % 2 != 0}">style='background-color:#ECF6EE;'</c:if>>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td><input type="checkbox"? name="id" value="${message.id}"/></td>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>${status.index + 1}</td>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>${message.command}</td>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>${message.description}</td>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<a href="#">修改</a> ?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<a href="${basePath}DeleteOneServlet.action?id=${message.id}">刪除</a>?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?</td>?? ??? ??? ??? ??? ??? ??? ??? ??? ?</tr>?? ??? ??? ??? ??? ??? ??? ??? ?</c:forEach>?? ??? ??? ??? ??? ??? ??? ?</tbody>?? ??? ??? ??? ??? ??? ?</table>?? ??? ??? ??? ??? ?</div>?? ??? ??? ??? ?</div>?? ??? ??? ?</div>?? ???? </form>?? ?</body></html>
這種就是
舉報
微信公眾號自動回復功能學習Mybatis,基礎教程加案例實戰方式學習
5 回答前段老師給的HTML的代碼有錯誤,編譯不通過,什么情況?急急急
1 回答沒有添加頁面的前端代碼呀
1 回答前端代碼有問題啊,給的腳本報錯啊
3 回答這段視頻有沒有源碼
4 回答求解亂碼問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-01-20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html xmlns="http://www.w3.org/1999/xhtml">
?? ?<head>
?? ??? ?<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
?? ??? ?<meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE" />
?? ??? ?<title>內容列表頁面</title>
?? ??? ?<link href="<%= basePath %>resources/css/all.css" rel="stylesheet" type="text/css" />
?? ??? ?<script src="<%= basePath %>resources/js/common/jquery-1.8.0.min.js"></script>
?? ??? ?<script src="<%= basePath %>resources/js/back/list.js"></script>
?? ?</head>
?? ?<body style="background: #e1e9eb;">
?? ??? ?<form action="<%= basePath %>List.action" id="mainForm" method="post">
?? ??? ??? ?<input type="hidden" name="currentPage" id="currentPage" value="${page.currentPage}"/>
?? ??? ??? ?
?? ??? ??? ?<div class="right">
?? ??? ??? ??? ?<div class="current">當前位置:<a href="javascript:void(0)" style="color:#6E6E6E;">內容管理</a> > 內容列表</div>
?? ??? ??? ??? ?<div class="rightCont">
?? ??? ??? ??? ??? ?<p class="g_title fix">內容列表 <a class="btn03" href="#">新 增</a> <a class="btn03" href="javascript:deleteBatch('<%=basePath%>');">刪 除</a></p>
?? ??? ??? ??? ??? ?<table class="tab1">
?? ??? ??? ??? ??? ??? ?<tbody>
?? ??? ??? ??? ??? ??? ??? ?<tr>
?? ??? ??? ??? ??? ??? ??? ??? ?<td width="90" align="right">指令名稱:</td>
?? ??? ??? ??? ??? ??? ??? ??? ?<td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ?<input name="command" type="text" class="allInput" value="${command}"/>
?? ??? ??? ??? ??? ??? ??? ??? ?</td>
?? ??? ??? ??? ??? ??? ??? ??? ?<td width="90" align="right">描述:</td>
?? ??? ??? ??? ??? ??? ??? ??? ?<td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ?<input name="description" type="text" class="allInput" value="${description}"/>
?? ??? ??? ??? ??? ??? ??? ??? ?</td>
?? ???????????????????????????? <td width="85" align="right"><input type="submit" class="tabSub" value="查 詢" /></td>
?? ?????? ??? ??? ??? ??? ??? ?</tr>
?? ??? ??? ??? ??? ??? ?</tbody>
?? ??? ??? ??? ??? ?</table>
?? ??? ??? ??? ??? ?<div class="zixun fix">
?? ??? ??? ??? ??? ??? ?<table class="tab2" width="100%">
?? ??? ??? ??? ??? ??? ??? ?<tbody>
?? ??? ??? ??? ??? ??? ??? ??? ?<tr>
?? ??? ??? ??? ??? ??? ??? ??? ???? <th><input type="checkbox" id="all" onclick="#"/></th>
?? ??? ??? ??? ??? ??? ??? ??? ???? <th>序號</th>
?? ??? ??? ??? ??? ??? ??? ??? ???? <th>指令名稱</th>
?? ??? ??? ??? ??? ??? ??? ??? ???? <th>描述</th>
?? ??? ??? ??? ??? ??? ??? ??? ???? <th>操作</th>
?? ??? ??? ??? ??? ??? ??? ??? ?</tr>
?? ??? ??? ??? ??? ??? ??? ??? ?<c:forEach items="${messageList}" var="message" varStatus="status">
?? ??? ??? ??? ??? ??? ??? ??? ??? ?<tr? <c:if test="${status.index % 2 != 0}">style='background-color:#ECF6EE;'</c:if>>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td><input type="checkbox"? name="id" value="${message.id}"/></td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>${status.index + 1}</td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>${message.command}</td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>${message.description}</td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<a href="#">修改</a>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?<a href="${basePath}DeleteOneServlet.action?id=${message.id}">刪除</a>
?? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?</td>
?? ??? ??? ??? ??? ??? ??? ??? ??? ?</tr>
?? ??? ??? ??? ??? ??? ??? ??? ?</c:forEach>
?? ??? ??? ??? ??? ??? ??? ?</tbody>
?? ??? ??? ??? ??? ??? ?</table>
?? ??? ??? ??? ??? ?</div>
?? ??? ??? ??? ?</div>
?? ??? ??? ?</div>
?? ???? </form>
?? ?</body>
</html>
這種就是