jQuery实现遍历复选框
1、问题背景 这里有10个复选框,根据选择的复选框获取其值,并将其值用“——”连接,插入到div中2、实现源码<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>遍历复选框