我正在发送包含<
字符的邮件。
但邮件收到了<
个字符。
这是我的剧本:
var message = $msg({to: 'user@domain.com', "type": "chat"}).c('body').t('<a href="#">hshshsh</a>').up().c('active', {xmlns: "xhttp://jabber.org/protocol/chatstates"});
Gab.connection.send(message);
消息实际上是:<a href="#">hshshsh</a>
但它被收到:<a href="#">hshshsh</a>
什么使<
转换为<