javascript React JS中无特殊字符的表单输入验证(使用函数方法而非类组件)[已关闭]

wwwo4jvm  于 2022-12-21  发布在  Java
关注(0)|答案(1)|浏览(77)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
11小时前关门了。
Improve this question
我在React JS中使用函数方法和常量将用户名作为一个表单输入我想验证它,以便它不允许在输入字段中使用特殊字符

g6ll5ycj

g6ll5ycj1#

您可以使用html5 pattern属性pattern="[a-zA-Z0-9]+"

相关问题