echarts js 删除框选数据_js 多选选择删除数据

1

2 pageEncoding="utf-8"%>

3

4

5

6

7

8

9

Insert title here

10

11

12

13

14

15

添加

16

多重删除

17

18

19

20

21

选择

22

姓名

23

性别

24

生日

25

电话

26

email

27

爱好

28

类型

29

描述

30

操作

31

32

33

34

35

${customer.name}

36

${customer.gender=="1"?"男":"女"}

37

${customer.birthday}

38

${customer.cellphone}

39

${customer.email}

40

${customer.hobby}

41

${customer.type}

42

43

编辑

44 删除

45

46

47

48

49 function delOne(customerId)50 {51 var sure=window.confirm("确定删除么?");52 if(sure)53 {54 window.location.href="${pageContext.request.contextPath}/DelCustomerServlet?customerId="+customerId;55 }56 }57 function delMultiple()58 {59 var ids=document.getElementsByName("ids");60 var selected=false;61 for(var i=0;i

82 }83

84

85

86

87

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值