R=requests. Get (' https://dbpub.cnki.net/GBSearch/SCPDGBSearch.aspx? ID=CN200610160005.6 ')
Print (r.t ext)
Obvious lack of a large block,
Similar to other pages can complete display:
R=requests. Get (' https://dbpub.cnki.net/GBSearch/SCPDGBSearch.aspx? ID=CN201720905266. X ')
Print (r.t ext)
Through the browser F12 debugging, postman, curl, and even in Java okhttp, can complete access to the page content, don't know why not python,
Ask how to solve