在<input type="text" autocomplete="off" placeholder="请填写手机号码" maxlength="11" class="el-input__inner">中输入
时间: 2023-12-16 19:03:09 浏览: 163
vue-phone-input:用于输入电话号码的Vue组件
您可以直接在<input>标签中输入手机号码,例如:
```html
<input type="text" autocomplete="off" placeholder="请填写手机号码" maxlength="11" class="el-input__inner">
```
然后在输入框中输入您的手机号码即可。
阅读全文