有没有办法或者可以使用javascript/jQuery来做到这一点?
基于链接 URL:第一个将检查 Type A 和 Type B,第二个示例将检查 Type D
?type=A&type=C or ?type=D
我现在的表格:
<form name="input" action="" method="post" ><br />
Select Type: <br />
<input type="checkbox" name = "type" value="A" /> A <br />
<input type="checkbox" name = "type" value="B" /> B <br />
<input type="checkbox" name = "type" value="C" /> C <br />
<input type="checkbox" name = "type" value="D" /> D <br /> <br />
<input type="submit" value="Submit" />
有什么建议和建议吗?