<input type="text" onkeyup="this.value=this.value.replace(/[90]/,'')"> // 其中/[90]/ 表示匹配9或者0 // 這個input 不能接收9或者0的輸入// ...
確定! 回上一頁