HTML5中使用不同type的属性将会呈现不同的键盘样式

来源:互联网 发布:js弹出div模态窗口 编辑:程序博客网 时间:2024/06/05 03:58

1.<input type="number"/>


2.<input type="tel"/>


更多请前往:http://www.w3school.com.cn/html5/html_5_form_input_types.asp

0 0