How to distinguish between get request and post request

                                    get request

1. form tag method=get;
2. a tag
3. link tag import css
4. Script tag import js file
5. img tag import html file
6. iframe import html file
7. Enter the address in the browser address bar to access

                                    post request

1.form tag method=post

Guess you like

Origin blog.csdn.net/jahup/article/details/108996548
Recommended