java去除Emoji表情
摘要:
方式一: 自己创建工具类 public class EmojiFilterUtil { private static boolean isEmojiCharacter(char codePoint) { return (codePoint == 0x0) || (codePoint == 0x9) 阅读全文
posted @ 2022-11-08 14:09 TQT* 阅读(918) 评论(0) 推荐(0)
浙公网安备 33010602011771号