Heim >Web-Frontend >js-Tutorial >Beurteilen Sie vor JSON value_json

Beurteilen Sie vor JSON value_json

WBOY
WBOYOriginal
2016-05-16 16:24:551269Durchsuche

复制代码 代码如下:

public static void main(String[] args) löst eine Ausnahme aus{
     String jsonStr1="{"access_token":"OezXcEiiBSKSxW0eoylIeIVb08lFhyeFsq6cUJJNo8XYLoJjqYARJOZUrnqhfvnyMKOSjz5SHPHGUmt6f09_762MWQ0HLnZtffDPyD2A6TgCqWlZAESHLhIaaQVYx1lywxOWQ Trr7rX13i_w1INGnw“, „expires_in“:7200, „openid“: „owYTUs68SXYX83wBvm_uN4Ya****“, „scope“: „snsapi_base“}“;   
    String jsonStr2="{"access_token":"OezXcEiiBSKSxW0eoylIeIVb08lFhyeFsq6cUJJNo8XYLoJjqYARJOZUrnqhfvnyMKOSjz5SHPHGUmt6f09_762MWQ0HLnZtffDPyD2A6TgCqWlZAESHLhIaaQVYx1lywxOW QTrr7rX13i_w1INGnw","expires_in":7200,"refresh_token":"OezXcEiiBSKSxW0eoylIeIVb08lFhyeFsq6cUJJNo8XYLoJjqYARJOZUrnqhfvnyuq9ojibRxolf9ElS7PSM0Kz1OTNlJ8ZKJl2BfbPi0LA-n Q9uNVUE8ujLFsdCeP79_L9FmIYcmHLXWXnl-fUsVg“, „openid“: „owYTUs68SXYX83wBvm_uN4Y****“, „scope“: „snsapi_base“ }";   
    JSONObject json1=JSONObject.fromObject(jsonStr1);
    JSONObject json2=JSONObject.fromObject(jsonStr2);
    Zeichenfolge „refresh_token_1=null;
“.     Zeichenfolge „refresh_token_2=null;
“.     if(json1.containsKey("refresh_token")){
        fresh_token_1=json1.getString("refresh_token");
    }
    if(json2.containsKey("refresh_token")){
        fresh_token_2=json2.getString("refresh_token");
    }
   
    System.out.println(refresh_token_1);
    System.out.println(refresh_token_2);
}

运行结果:

复制代码 代码如下:

null
OezXcEiiBSKSxW0eoylIeIVb08lFhyeFsq6cUJJNo8XYLoJjqYARJOZUrnqhfvnyuq9ojibRxolf9ElS7PSM0Kz1OTNlJ8ZKJl2BfbPi0LA-nQ9uNVUE8ujLFsdCeP79_L9FmIYcmHLXWXnl-fUsV g

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn