Home > other >  Python crawl data under the post request, the return value why is this???????
Python crawl data under the post request, the return value why is this???????

Time:09-17

Code:
The import requests
The import json
Requests. Packages. Urllib3. Disable_warnings ()

Url="https://115.182.19.49/Product/listTabBody?"


R=requests. Post (url, verify=False). The json ()

Print (r)
Results:

Associated with the url is dynamic?

CodePudding user response:

Return to link according to the request to determine the content of the, for example: get baidu will return HTML, json request ajax returned.
  • Related