添加任何值时如何自动加载网页

时间:2020-01-27 09:32:14

标签: javascript jquery node.js ajax express

我正在使用node,express进行群聊应用程序项目,而在前端,我正在使用ajax。 因此,当任何用户添加或添加消息时,我如何自动加载网页并同时在网页中显示新添加的数据。 我目前正在使用这个:

header1, header2, header3-dont-modify-this-column, header4, header5
,,/Text2234Text7846641Text.html,/Text2234Text7846641Text.html,/Text2234Text823241Text.html
,,/Text2234Text7846642Text.html,/Text2234Text7846642Text.html,/Text2234Text823242Text.html
,,/Text2234Text7846643Text.html,/Text2234Text7846643Text.html,/Text2234Text823243Text.html

但这仅发生在同一浏览器的同一页面上,而不发生在其他浏览器中。

header1, header2, header3-dont-modify-this-column, header4, header5
,,/Text2234Text7846641Text.html,7846641,823241
,,/Text2234Text7846642Text.html,7846642,823242
,,/Text2234Text7846643Text.html,7846643,823243

0 个答案:

没有答案