I wrote the code according to the official website, but every get request appears
GET / undefined 404
I have no idea why get / undefined
I wrote the code according to the official website, but every get request appears
GET / undefined 404
I have no idea why get / undefined
this problem has been eliminated since the Firefox browser was changed.
I guess Chrome sent the request, but I just can't find it.
by closing the extension one by one, I found that this was caused by the crxMouse Chrome gesture.
turn off crxMouse and you don't have this problem.
Previous: Html5 disables the default player
Next: Sliding failure using mint-ui Index List +-webkit-overflow-scrolling:touch
the front end uses the $.ajax method of Jquery, and uses the way of jsop to obtain the value of the back end across domains. The backend is built with Node+express, and the value of the backend can be obtained normally. But if the ajax takes the paramet...