ajax request. It is recommended to look at the $.ajax() method in jquery
I don’t know how to do this eitherBut you can come to my group and ask. There are many great people in my group218289437
You can use ajax long polling, which usually waits for the last ajax request to timeout to send the next request, and sends the next request after receiving the message, but this consumes more resources. It can also be implemented using websockets.
ajax request. It is recommended to look at the $.ajax() method in jquery
I don’t know how to do this either
But you can come to my group and ask. There are many great people in my group
218289437
You can use ajax long polling, which usually waits for the last ajax request to timeout to send the next request, and sends the next request after receiving the message, but this consumes more resources. It can also be implemented using websockets.