摘要: [html] view plain copy <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <p>输入数字并提交:</p> <input id="id1" type="number"> <button oncl 阅读全文
posted @ 2017-03-28 18:07 神来钥匙-陈诗友 阅读(359) 评论(0) 推荐(0)
摘要: private List<gson.DataBean>arrGson;//请求的数据 //请求数据的方法 public void initData() { RequestQueue mQueue = Volley.newRequestQueue(getApplicationContext()); S 阅读全文
posted @ 2017-03-28 16:56 神来钥匙-陈诗友 阅读(275) 评论(0) 推荐(0)