Only 360 will not have garbled characters. The codes are all written according to the user registration and login system tutorial. If the login is successful, the Chinese characters are all garbled
reply
0
Garbled characters are a problem with the character set. The successful login you write now should jump to a PHP file. In this file, a Chinese string is echoed. You add header("content-Type: text/html;" at the beginning of the PHP file. charset=Utf-8"); That's it.