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.
到目前为止,我看到的所有浏览器内聊天室都将消息附加到 html 中。
问题:这是建立基于浏览器的聊天室的正确方法吗?如果我实现这样的基于浏览器的聊天,我会遇到任何问题吗?
是的,这就是如何在 html 中创建聊天室。在不以某种方式更改 html 的情况下,没有实用的方法来显示更多文本。
您可能要注意的唯一问题是自动滚动。浏览器不会继续向下滚动以显示下一条新消息(假设您在底部附加),除非您将自动滚动代码编写到 javascript 中,因此您可能应该这样做。
它应该可以跨浏览器工作,但您可能会遇到 IE 和document.getElementById();
document.getElementById();