微信小程序 input 的 type属性 text、number、idcard、digit 区别

微信小程序 input 有个属性叫 type,这个 type 有几个可选值:

text:不必解释

number:数字键盘(无小数点)

idcard:数字键盘(无小数点、有个 X 键)

digit:数字键盘(有小数点)

注意:number 是无小数点,digit 是有小数点的

输入时键盘只能出现相应的数字键盘

转发自:https://blog.csdn.net/yelin042/article/details/72519138

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwwpps.html