1 回答

TA貢獻(xiàn)1785條經(jīng)驗(yàn) 獲得超8個(gè)贊
更改value="true"所有復(fù)選框,例如
<input type="checkbox" value="true" name="numbers" id="inumbers" />
如下更新 tr
<tr>
<td class="Spacing">
<input type="checkbox" value="true" name="letters" id="iletters" />
<label for="letters">Letters</label>
</td>
</tr>
<tr>
<td class="Spacing">
<input type="checkbox" value="true" name="numbers" id="inumbers" />
<label for="numbers">Numbers</label>
</td>
</tr>
<tr>
<td class="Spacing">
<input type="checkbox" value="true" name="symbols" id="isymbols" />
<label for="symbols">Symbols</label>
</td>
</tr>
<tr>
<td class="Spacing">
<input type="checkbox" value="true" name="words" id="iwords" />
<label for="words">Words</label>
</td>
</tr>
<tr>
<td class="Spacing">
<input type="checkbox" value="true" name="creative" id="icreative" />
<label for="creative">Add my creative touch</label>
</td>
</tr>
- 1 回答
- 0 關(guān)注
- 66 瀏覽
添加回答
舉報(bào)