我正式制作
array(
" :) ", " :( "
);
用表情符号然后我用替换
创建另一个数组array(
'<img src="smile.png"/>',
'<img src="sad.png"/>'
);
然后我使用str_replace ($theFirstArray, $secondArray, $and here is the message);
但是我注意到在fb聊天中,表情符号没有通往图像的路径而是导致
https://s-static.ak.facebook.com/images/blank.gif
这是如何实现的?