public class JSONUtil extends Object
public static String getString(net.sf.json.JSONObject json, String key)
json - 要取数据的json对象key - 要取的字符串在json中的keypublic static int getInt(net.sf.json.JSONObject json,
String key)
json - 要取数据的json对象key - 要取的int值在json中的keyCopyright © 2019. All rights reserved.