例如:我这里有两个字段。如果我填写 input type="second" 并发布它,如果我没有填写 input type = first,它不会验证第一个字段,它应该告诉我填写第一个字段,但反之亦然,如果我填写 input type = first 并且如果我没有输入 type = second,它显示错误。
<form name="test" onsubmit="return te()" method="post">
<input type="text" id="first">
<span id="">
<input type="text" id="second">
<span id="">
<input type="submit" value="submit">