Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 FMS 构建聊天应用程序。要在聊天室中设置文本颜色,这可以在客户端完成,还是需要一些服务器端编码?我的知识是有限的。我希望文本颜色为蓝色和红色,但我不确定如何处理。谢谢
您可以通过服务器或客户端两种方式进行操作。
例如:
var myColor:String = "#FF0000"; nc.call("msgFromUser", myName, myColor, msg);