Home > front end >  An egg ajax requests
An egg ajax requests

Time:10-26

Recently study egg, where is the jquery ajax is the url in the specific request method
$. Ajax ({
Url: "/index. PHP? M=Mobile& C=User& A=do_login,
"Type: "post",
DataType: 'json,
Data: {username: the username and password: password},

CodePudding user response:

Or the meaning of this several parameters represent m c a

CodePudding user response:

Module controller method
  • Related