這個問題不全不好看得出什么問題,取消了
1 回答
已采納

你太天真了
TA貢獻16條經(jīng)驗 獲得超9個贊
精簡驗證,通過表單對象調(diào)用validate()方法進行驗證,驗證規(guī)則通過html標簽屬性定義:以下為常用屬性定義距離
class='required' //必須字段
class='mail' //郵箱驗證
class='url' //URL網(wǎng)址驗證
class='date' //正確的日期 格式滿足 2012,0204,2012-02-04
class='number' //輸入合法的數(shù)字
class='digits' //輸入整數(shù)
minlength='' //最小輸入長度
maxlength='' //最長輸入長度(該值不會提示,當值達到一定字符數(shù)不可再增長)
max='' //輸入的數(shù)值小于指定值
min='' //輸入的數(shù)值大于指定值
- 1 回答
- 0 關(guān)注
- 1608 瀏覽
添加回答
舉報
0/150
提交
取消