Usually it is caused by the file encoding format. But I have never encountered so many of them. I don’t know what encoding it is utf-8 bom or something like that
This is a non-printable character. Follow the entire data generation process. This kind of character will not be printed. It is just displayed in the chrome console for you. Otherwise, other characters may not be displayed. You can change Convert the response to unicode code and take a look
Usually it is caused by the file encoding format. But I have never encountered so many of them. I don’t know what encoding it is
utf-8 bom or something like that
Isn’t this because the data has not been parsed? Please discuss with the backend and check the format
This is a non-printable character. Follow the entire data generation process. This kind of character will not be printed. It is just displayed in the chrome console for you. Otherwise, other characters may not be displayed. You can change Convert the response to unicode code and take a look
When the backend returns data, try ob_clean() to clear the output buffer first?
JSON response format error - red dotullet before response