wechat-emoticon icon indicating copy to clipboard operation
wechat-emoticon copied to clipboard

微信表情轰炸器

Results 3 wechat-emoticon issues
Sort by recently updated
recently updated
newest added

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 =...