<html>
<body>
<h1>input maxlength 属性</h1>
<form action="/demo/action_page.php">
<label for="username">用户名:</label>
<input type="text" id="username" name="username" maxlength="10"><br><br>
<input type="submit" value="提交">
</form>
</body>
</html>