如何限制html标签input的长度

 我来答
遗忘的JY_ajue
2016-12-04 · TA获得超过819个赞
知道小有建树答主
回答量:263
采纳率:75%
帮助的人:70.4万
展开全部

input标签里面有个maxlength属性可以限制输入长度比如说maxlength="5";代码如下

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Examples</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href=" " rel="stylesheet">
<style type="text/css" media="screen">

</style>
</head>
<body>
<input type="text" name="" value="" placeholder="" maxlength="5">
</body>
</html>

这样输入的时候最多输入5个字,多了就输入不进去

就烦条0o
2016-12-04 · 知道合伙人软件行家
就烦条0o
知道合伙人软件行家
采纳数:33315 获赞数:46492
从事多年系统运维,喜欢编写各种小程序和脚本。

向TA提问 私信TA
展开全部
示例:
<form action="/example/html/form_action.asp" method="get">
<p>Name: <input type="text" name="fullname" maxlength="85" /></p>
<p>Email: <input type="text" name="email" maxlength="55" /></p>
<input type="submit" value="Submit" />
</form>
用法:
<input maxlength="value">
其中“value”表示输入字段中允许的最大字符数。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式