JS if (typeof(obj) == "undefined") { alert( "不存在") } else { alert("存在") } 2. JS if (document.getElementById("obj_id")) {
確定! 回上一頁