我想知道我可以使用哪种类型输入电话号码。
当我这样做时,我可以输入字母:
<input type="tel" id="phone" name="phone" required>
另外,我想删除右边的那个箭头:
<input type="number" id="phone" name="phone" required>
我想要的是只输入电话号码的输入。
html css
css ×1
html ×1