微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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)

ottom:1.1em; padding-top:0px; padding-bottom:0px; font-family:Microsoft YaHei; border:0px; outline:0px; font-size:15px; vertical-align:baseline; background:transparent; color:rgb(102,or the empty string if no such mapping exists.

原文地址:https://www.jb51.cc/json/289003.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐