Show the clear button if text input value is not empty. 7. clearBtn.style.visibility = (this.value.length) ? "visible" : "hidden";.
確定! 回上一頁