the project uses a third-party H5 instant messaging service, and the current effect is as follows: : the messages on the left and right sides are inconsistent. Since I have not been in contact with instant messaging before, I do not know what is t...
IM chat how to store offline messages if the other person is not online ...
$.ajax({ type: "GET", url: "url.php", success: function(data){ } suppose I use this to play if I print out console.log (data), I can print my echo in url.php, but if I need to receive more than two respons...
I ve used ejs , and then I searched for articles about how to extract public components. what I want to do is in index.ejs , the template goes like this: <html> <head>...< head> <body> <% include header %...
RT, I now need to have multiple input, on the front-end (vue) and generate a form in json format for post. The problem now is that I can t store the input in input into an array format. for example, the json format I need: { "name " :"test...
the time of playing other flv files will show the time, but the flv recorded by nginx-rtmp will not show the time, and the time will show 00 flv 00. What s going on? please advise ...
<div id="app"> <h2>Todos:< h2> <ol> <li v-for="todo in todos"> <label> <input v-model="todo" > < label> < li> < ol> < div> n...