Unlikely argument type for equals(): JSONObject seems to be unrelated to String
你试图用 JSONObject 类型的对象直接调用 equals() 方法和 String 类型的值做比较,而这两种类型在逻辑上是不相关的



Unlikely argument type for equals(): JSONObject seems to be unrelated to String
你试图用 JSONObject 类型的对象直接调用 equals() 方法和 String 类型的值做比较,而这两种类型在逻辑上是不相关的


