jsp checkbox 点击时,变为 on,

jsp页面中点击多个 checkbox 时, checkbox 值变为 on, 原因是 < input  中缺少了 value="${duty.id }" 属性 />

你可能感兴趣的:(JSP)