例如我从数据库中读取了字段array
[
1,
3
]
对应的有
<input type="checkbox" name="1">
<input type="checkbox" name="3">
<input type="checkbox" name="4">
如何给1和3设置为checked
例如我从数据库中读取了字段array
[
1,
3
]
对应的有
<input type="checkbox" name="1">
<input type="checkbox" name="3">
<input type="checkbox" name="4">
如何给1和3设置为checked