當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
Error Domain=NSCocoaErrorDomain Code=3840 JSON text did not start with array or object and option
生活随笔
收集整理的這篇文章主要介紹了
Error Domain=NSCocoaErrorDomain Code=3840 JSON text did not start with array or object and option
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
數據請求失敗 ?
報錯 ??Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.
這是服務器端的問題 ? 主要是服務器端返回的json格式不符合要求,讓服務器解決
總結
以上是生活随笔為你收集整理的Error Domain=NSCocoaErrorDomain Code=3840 JSON text did not start with array or object and option的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java中钩子函数回调函数_钩子函数 和
- 下一篇: 【Python机器学习】决策树ID3算法