Example 1: if input value is null do something if(document.getElementById("question").value.length == 0) { alert("empty") } Example 2: how to check if all ...
確定! 回上一頁