菜鸟教程 tryhtml_input_maxlength 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <form action="/statics/demosource/demo-form.php">
  Username: <input type="text" name="usrname" maxlength="10"><br>
  <input type="submit" value="提交">
</form>