Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の要件は、携帯電話番号のhtmlテキストフィールドを作成して、数字のみを受け入れることです
たとえば、ユーザーが「+」記号またはアルファベットを入力した場合、入力を許可しないでください
この場合、Html 5 を使用できます。
<input type="number" />
それ以外の場合、Javascript を使用してこれに到達したい場合は、この質問を見ることができます。