android - When the mobile qq browser processes the data returned by the server, why is the data format sometimes object and sometimes string?
伊谢尔伦2017-06-29 10:09:40
0
1
1030
When processing the data returned by the server, the data format obtained from other browsers is all object. The data format obtained from the mobile browser is sometimes object and sometimes string. What is the reason?
The data returned by the server is Object? It's usually a String in JSON format. Are you mistaken?