json中如何截取字符串

时间:2026-02-12 04:42:07

1、注意定义变量:int endIndex = result.lastIndexOf(")");int startIndex = result.indexOf("(")+1;String result1 = result.substring(startIndex, endIndex);Log.e("result1", ""result1)。

json中如何截取字符串

2、源码:Matcher matcher=Pattern.compile(regex).matcher(parse),while(matcher.find(),String ret=matcher.group(1)System.out.println(ret)。

json中如何截取字符串

3、代码:private TextView  textView = null;private Object json;public void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.main);textView = (TextView)this.findViewById(R.id.textview); new Thread(){,public void run()。

json中如何截取字符串

4、注意格式:JSONObject JSONObject = new JSONObject(json);if(JSONObject!=null){if(!JSONObject.isNull("mobile")){System.out.printl(JSONObject.optStrig("mobile"));}if(!JSONObject.isNull("province")){System.out.println(JSONObject.optString("province"))。

json中如何截取字符串

© 2026 阿力知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com