A. type B. password C. text D. value
A. text B. password C. radio D. hidden
A. scrollTop() B. width() C. height() D. top()
A. 字符串 B. json格式 C. 没有特殊要求 D. 正常格式
A. /^\D\w{5,15}$/ B. /^\d{11}$/ C. /^\w{6,16}$/ D. /^\w+@\w+\.(com|com.cn|reg|net)$/
A. /^\D\w{5,15}$/ B. /^\w{6,16}$/ C. /^\d{11}$/ D. /^\w+@\w+\.(net|reg|com|com.cn)$/
A. /^\D\w{5,15}$/ B. /^\d{11}$/ C. /^\w{6,16}$/ D. /^\w+@\w+\.(net|com|com.cn|reg)$/
A. /^\D\w{5,15}$/ B. /^\d{11}$/ C. /^\w{6,16}$/ D. /^\w+@\w+\.(net|reg|com|com.cn)}$/
A. Math.random() B. Math.floor() C. Math.ceil() D. Math.round()
A. Math.floor() B. Math.round() C. Math.ceil() D. Math.max()