addEventListener("input", function () { let num = +this.value, max = 50, min = 1; if (!this.value.length || this.value.max > 50 ...
確定! 回上一頁