2011年3月9日
摘要: String url = "mx://gfandetail?p_id=4310&source_type=0"; String arg = url.substring(url.indexOf("?")+1,url.length()); String[] strs = arg.split("&"); HashMap<String, String> map = new HashMap<String, String>(); for(int x=0;x<strs.length;x++){ Strin 阅读全文
posted @ 2011-03-09 20:14 Android火鸟 阅读(1950) 评论(1) 推荐(0) 编辑
摘要: 1. static 类的继承public static class ProductInfo{ public static final String P_ID = "id"; public static final String PRODUCT_TYPE = "id"; public static final String P_NAME = "id"; public static final String PRICE = "id"; public static final String PAY_CATEGORY = 阅读全文
posted @ 2011-03-09 19:50 Android火鸟 阅读(4150) 评论(0) 推荐(0) 编辑