element.setAttribute("required", ""); //turns required on element.required = true; //turns required on through reflected attribute ...
確定! 回上一頁