<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>基础</title>

<script type="text/javascript" src="js/base.js"></script>
</head>
<body>
<div>
<label for="name">姓名:</label><input + id);
for(var i = 0; i < tickets.length;i++){
if(tickets[i].id == id){
tickets.splice(i,1);
}
}
}

</script>
</body>
</html>

相关文章:

  • 2021-12-16
  • 2022-03-09
  • 2021-04-09
  • 2021-08-01
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-09
  • 2019-10-02
  • 2022-01-27
  • 2022-02-27
  • 2021-12-09
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案