json中如何截取字符串

2024-10-12 11:52:47

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

json中如何截取字符串

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

json中如何截取字符串
猜你喜欢