wechat-emoticon
wechat-emoticon copied to clipboard
微信表情轰炸器
Results
3
wechat-emoticon issues
Sort by
recently updated
recently updated
newest added
java版本下载
3
public static void main(String[] args) throws IOException { String jsonUrl = "https://raw.githubusercontent.com/spacelan/wechat-emoticon/master/emoticons.json"; URL url = new URL(jsonUrl); InputStream is = url.openConnection().getInputStream(); InputStreamReader isr = new InputStreamReader(is, "utf-8"); BufferedReader br =...
```php