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