10 2015 档案
摘要:对微信发送的emoji表情进行转义,并将emoji表情转移为微信能够理解的格式function testEmoji(){ $r = ''; // 解析服务器发送过来的表情消息 $tmpStr = json_encode($this->getRequest("content")); ...
阅读全文
posted @ 2015-10-27 14:18
王者杂货铺