sbjson解析json数据遇到JSONValue failed. Error is: Illegal start of token [Ô]解决办法

Your page includes a UTF-16 BOM (byte order mark), followed by a UTF-8 encoded document. You should drop the BOM entirely. It is not recommended for UTF-8 encoding.


将接口文件改为严格的utf-8格式,不含BOM即可。

你可能感兴趣的:(json,token,byte)