input框輸入實時檢測校驗

一、只能輸入英文、數字且必須以英文開頭 <input type="text" placeholder="只能英文、數字,英文開頭" onKeyUp = "value = value.replace(/[^a-z0-9]|^[^a-z]/ig,'')" />input 二、只能輸英文、數字和'_' <input type="text" placeholder="只能輸英文、數字和'_'" onKey
相關文章
相關標籤/搜索