亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jsp實現表格的增刪功能

發布時間:2020-04-03 19:49:02 來源:網絡 閱讀:1178 作者:l123j 欄目:web開發

<%@ page import="java.util.List" %>
<%@ page import="bean.Hero" %>
<%@ page import="java.util.ArrayList" %>

<%
response.setCharacterEncoding("utf-8");
response.setContentType("text/html;charset=utf-8");
request.setCharacterEncoding("utf-8");
String xh=request.getParameter("xh");
String xm=request.getParameter("xm");
String ch=request.getParameter("ch");
List<Hero> list=new ArrayList<Hero>();

%>

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>hero</title>
</head>
<body>
<%

Hero h2=new Hero();
h2.setCh("及時雨");
h2.setXm("宋江");
h2.setXh("1");
Hero h3=new Hero();
h3.setCh("黑旋風");
h3.setXm("李逵");
h3.setXh("2");
list.add(h2);
list.add(h3);

%>
<script>

//增加功能
function  addHero() {

    <%

         Hero h=new Hero();
         h.setXh(xh);
         h.setXm(xm);
         h.setCh(ch);
        boolean flag=true;
         for(Hero he:list){
             if(he.getXh().equals(xh)){
                 flag=false;
                 %>alert("該用戶已存在,請勿重復添加")<%
                 break;
             }
         }
         if (flag==true){
             list.add(h);
             }

    %>
}
    //刪除功能
function deletHero(elm) {
    elm.parentElement.parentElement.remove();
}

</script>

<table  border="1px" id="ta" >
<tr>
<td>序號</td>
<td>姓名</td>
<td>綽號</td>
<td colspan="2" >操作</td>
</tr>

<%
for(Hero hero:list){
//如果為空,就不添加
if(hero.getCh()==null){
break;
}
%><tr>
<td><%=hero.getXh()%></td>
<td><%=hero.getXm()%></td>
<td><%=hero.getCh()%></td>
<td><span onclick="changeHero(this)" style="cursor: pointer;">修改</span></td>
<td><span onclick="deletHero(this)" style="cursor: pointer;">刪除</span></td>
</tr>
<% }%>

</table>

<form action="" method="post" name="form1">
序號:<input type="text" name="xh" id="xh"><br>
姓名:<input type="text" name="xm" id="xm"><br>
綽號:<input type="text" name="ch" id="ch">
<h2><button type="submit" onclick="addHero()">添加</button>
<button type="" onclick="changeHero()">修改</button></h2>
</form>
<%

%>

</body>
</html>

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

禹城市| 太湖县| 海城市| 天峻县| 洞头县| 化州市| 商河县| 洪江市| 东安县| 临朐县| 敦化市| 英超| 宾阳县| 和林格尔县| 周口市| 阿尔山市| 泌阳县| 河间市| 泉州市| 雷山县| 运城市| 平顺县| 扬州市| 新建县| 老河口市| 呈贡县| 安康市| 旬邑县| 那曲县| 开远市| 儋州市| 永城市| 交城县| 阿图什市| 丹凤县| 德阳市| 涡阳县| 保定市| 大姚县| 西峡县| 东港市|