JS怎么判断输入框输入的内容全部为空function test(){var value=document.getElementById("id")if(value==""){alert("内容为空")}}&l2023-02-21JavaScript190