JSONObject optString与getString区别

前端之家收集整理的这篇文章主要介绍了JSONObject optString与getString区别前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

getString(String name)与optString(String name),功能一样,只是当无返回值时,getString(String name)抛出错误,optString(String name)返回空值

1、getString(String name)

Returns the value mapped by name if it exists,coercing it if necessary,or throws if no such mapping exists.

2、optString(String name)

原文链接:https://www.f2er.com/json/289003.html

猜你在找的Json相关文章