<%@ page language="java" contentType="text/html; charset=UTF-8"
	pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<style type="text/css">
body{counter-reset:liu}
.after:after{content:counter(liu)}
input:checked{counter-increment:liu}
</style>
</head>
<body>
	<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
<input type="checkbox">
  <span class="after"></span>
	
</body>
</html>

  

相关文章:

  • 2021-06-17
  • 2021-10-09
  • 2021-11-21
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-10-10
猜你喜欢
  • 2021-05-25
  • 2021-11-16
  • 2021-09-10
  • 2022-02-08
  • 2021-10-13
  • 2021-12-10
相关资源
相似解决方案