Thank you for your view. For example, when a user logs in, he / she transfers the account password to the background through JSON format. How to implement it through post? I tried to put the JSON format {Username: username, phone: Phone} into data, but the background didn't receive it. At present, I can only splice the value behind the website. Is it my writing problem, or is there any other way?