To create a checkbox, you use the input with the type checkbox as follows: ... querySelector('#btn'); btn.onclick = () => { const result = cb.value; ...
確定! 回上一頁