javascript remove "disabled" attribute from html input, Set the element's disabled property to false: document.getElementById('my-input-id').disabled ...
確定! 回上一頁