在 Quiad js 中,我如何确保它只接受数字,我试过 pattern="/d*"
但无济于事。
<p><label for="mobile">Mobile Phone <small class="hint">
(if you have one)</small> </label>
<input type="tel" name="mobile" id="mobile" size="13" maxlength="13"
class="mobile" pattern="/d*" required>