emoticons

    3熱度

    4回答

    我拆分此字符串的空間:String input = ":-) :) :o) :] :3 :c) :> =] 8) =) :} :^)";(表情之間的空間) 而且結果是: :-)?:)?:o)?:]?:3?:c)?:> =] 8) =)?:}?:^) 裏有一些結果奇怪的字符。我不知道爲什麼。請幫幫我。 下面是代碼: fileReader = new BufferedReader(new

    1熱度

    1回答

    我正在分析情緒和其他信息的非正式聊天風格消息。我需要將所有表情符號替換爲其實際含義,以便系統更容易解析信息。 此刻,我有以下代碼: $str = "Am I :) or :(today?"; $emoticons = array( ':)' => 'happy', ':]' => 'happy', ':(' => 'sad', ':[' => 'sad',

    0熱度

    1回答

    我有一個聊天應用程序,我想用表情符號來擴展。 這個代碼用在文本中插入一個表情符號: Spanned cs = Html.fromHtml("<img src ='"+ index +"'/>", imageGetter, null); int cursorPosition = content.getSelectionStart(); content.getText().

    4熱度

    3回答

    我想在我的網站上聊天時放一些漂亮的笑臉,但不幸的是,「< 3」陣列在我的聊天中放置心臟表情不起作用,所有其他的工作正常,我認爲「<」是造成這個問題。但我不知道如何解決這個問題,看看下面的代碼: $patterns = array(':)', ':D', ':p', ':P', ':(', '(aapje)', '8)', '<3'); $replacements = array('<img sr

    2熱度

    1回答

    我想爲我的聊天應用程序使用表情符號和默認鍵盤的自定義鍵盤。爲了編寫消息,用戶可以在這兩個鍵盤之間切換。 在android中實現此功能的最佳方式是什麼?

    0熱度

    1回答

    我發現這個腳本:(往下看的筆記) (function($){ $.fn.emotions = function(options){ $this = $(this); var opts = $.extend({}, $.fn.emotions.defaults, options); return $this.each(function(i,obj){

    0熱度

    1回答

    有誰知道從instagram標題中刪除表情符號?我訂閱他們的api餵養某些照片類型並將其顯示在我的網站上。我嘗試在PHP中使用下面的命令去掉表情符號但沒有成功。 $newcaption = preg_replace('/[^a-zA-Z0-9 \.]/s', '', $caption); 有誰知道如何擺脫使用PHP的Instagram表情符號?我不知道他們的ASCII字符集是什麼。

    1熱度

    2回答

    後,我有測試代碼 $chatText = "Hello world :D"; $chatText = str_replace(":D","<img src='happy.jpg' width='20' height='20' alt='Big Smile' />",$chatText); echo $chatText; 基本上它是與image更換:D。 我實際上想要做的是點擊<text

    6熱度

    2回答

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespa

    0熱度

    2回答

    我需要做什麼來完成此操作?我正在考慮使用Phantom Open Emoji集,但我需要整合它。 如果我不能使用這個,我可以用什麼換取我的內容中的表情符號? 我想我會爲這個權利做一個插件?