|
I found that some of the validation controls on the form in the webpage are only valid for half-width validation. For example, the username is a RE control. I used w {4,16} for regular expression validation. As a result, the username was okay. When I input Chinese characters in my username, no matter how many errors are reported, and for example, when verifying the value of Email and numeric SingelText, inputting full-width numbers or alphabetic characters is verified. But is there a way to solve this problem? Or no matter what he typed, I changed to half-width characters when I verified? I don't know what to do, expert guidance. |
|