如何把字符在前端转成QQ表情
发布网友
发布时间:2022-04-22 18:12
我来回答
共3个回答
热心网友
时间:2022-04-22 19:42
function replace_em(str){
str = str.replace(/\</g,'<');
str = str.replace(/\>/g,'>');
str = str.replace(/\n/g,'<br/>');
str = str.replace(/\[em_([0-9]*)\]/g,'<img src="face/$1.gif" border="0" style="width:20px; height:20px;" />');
str = str.replace(/\[img_([\d\D]*)\]/g,'<img src="upload/$1" border="0" style="width:20px; height:20px;" /><a href="upload/$1" target="_blank"></a>');
return str;
}
热心网友
时间:2022-04-22 21:00
你好,寒,,,你可以先找着表情模型根据这个再进一步将文字模样转化阿蛤,,这个蛮麻烦类``不好意思``
热心网友
时间:2022-04-22 22:34
你好,寒,,,你可以先找着表情模型 根据这个再进一步将文字模样转化 阿蛤,, 这个蛮麻烦类`` 不好意思``