摘要: public static function removeEmoji($text) { $clean_text = ""; // Match Emoticons $regexEmoticons = '/[\x{1F600}-\x{1F64F}]/u'; $clean_text... 阅读全文
posted @ 2015-10-05 10:42 前度天下 阅读(391) 评论(0) 推荐(0) 编辑