because when crawling the target website, the get data returns a structure in json format, so if you want to parse the html string in the sub-field by xpath, you can"t use response.xpath (or there is another way, I don"t know..). Instead, you can parse the following sub-field of response.text. At this time, you can only re-instantiate xpath. Would you like to ask if this is the correct way to deal with it in the actual project?