What is the difference between content and text and json() in python crawler?

content is usually used to get the binary bytecode of the image

text is used to obtain a string , usually a web page source code string.

json() is usually used to obtain the ISON format data of the object,

Guess you like

Origin blog.csdn.net/liuqinhou/article/details/131359797
Recommended