表单 input 常用参数 1.类型参数 基础类型 类型 语法作用特点text<input type="text">普通文本输入明文显示,适配用户名、昵称等password<input type="password">密码输入输入内容隐藏(圆点 / 星号)number<input type="number">数字输入仅允许输入数字,移动端弹出数字键盘emai… HTML 表单,前端基础 | 2022-5-13 15:58 | 23 | 0 HTMLinput 表单前端