1.只能輸入英文<input type="text" onkeyup="value=value.replace(/[^a-zA-Z]/g,'')"> 2.只能輸入中文、英文、數字、@符號和.符號<input type="text" ...
確定! 回上一頁