JSON中的get和opt方法的區別

區別 不想拋異常,不適用try{}catch,請適用opt方法 相反,使用get方法,會拋異常,須要try一下 json中的opt和get方法 ## get()和opt() getBoolean()和optBoolean(); getDouble()和optDouble(); getInt()和optInt(); getLong()和optLong(); getString()和optString
相關文章
相關標籤/搜索