GankNew icon indicating copy to clipboard operation
GankNew copied to clipboard

GankNew-干货集中营客户端

Results 2 GankNew issues
Sort by recently updated
recently updated
newest added

我只会简单的拼接,太高端的代码看不懂啊,我用这个: ``` String urlAPI = "http://gank.io/api/data/福利/12/" + startPage.toString(); System.out.println("妹子 url: " + urlAPI); URL url = new URL(urlAPI); connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod("GET"); systemout: 妹子 url: http://gank.io/api/data/福利/12/3 ``` 浏览器没有问题啊,打印出来的url也是正确的啊,就是得不到数据: ```...

你现在的问题是按钮动画过于慢,而且在当前动画没有结束之前还可以触发第二次,两次会造成冲突。动画做的很不错