<% int a =1; out.println("<input type='checkbox' value='"+a+"'>"); %> <%int b =1 ;%> <input type="checkbox" value="<%=b %>"> 2种实现方式!