在html中,可以利用type属性来设置input只能输入数字,只需要设置type属性的值为“number”即可,语法“input type=number”。 本教程操作环境:windows7系统、HTML5版、Dell G3电脑。 在html中,可
在html中,可以利用type属性来设置input只能输入数字,只需要设置type属性的值为“number”即可,语法“<input type="number">”。
本教程操作环境:windows7系统、HTML5版、Dell G3电脑。
在html中,可以利用type属性来设置input只能输入数字。
type 属性规定要显示的 <input> 元素的类型。
当type属性的值为“number”时,可定义用于专门输入数字的字段(只能输入数字)。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <input /><br><br> <input type="number" /> </body> </html>
扩展知识:type 属性的值
推荐教程:《html视频教程》
以上就是html怎么设置input只能输入数字的详细内容,更多请关注自由互联其它相关文章!
【文章原创作者:美国多ip站群服务器 http://www.558idc.com/mgzq.html