消息处理工具
Members
(static) faceReplace
faceReplace is a function
(static) FONT_LIMIT
FONT_LIMIT is 200
Methods
(static) checkMsg(msg, dialogFun)
检测消息是否过长
参数:
| Name | Type | Description |
|---|---|---|
msg |
object | 消息 |
dialogFun |
function | 回调函数 |
(static) createMsg(msg, nickName)
沿用web课堂的发送消息格式化逻辑
参数:
| Name | Type | Description |
|---|---|---|
msg |
object | |
nickName |
string |
(static) htmldecode(s)
htmldecode
参数:
| Name | Type | Description |
|---|---|---|
s |
stiring | 传入的html |