电脑或者手机
各种编辑工具
注意定义变量:int endIndex = result.lastIndexOf(')');int startIndex = result.indexOf('(')+1;String result1 = result.substring(startIndex, endIndex);Log.e('result1', ''result1)。
源码:Matcher matcher=Pattern.compile(regex).matcher(parse),while(matcher.find(),String ret=matcher.group(1)System.out.println(ret)。
代码: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()。
注意格式: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'))。
大家要注意编辑时候的格式
大家要注意代码的顺序