Scrapy garbled xpath problem

linkList = response.xpath ("/ / td [@ class= "pming_black12 ms-rteTableOddCol-BlueTable_CHI"] / a br > print (linkList)

this response returns garbled, and the xpath does not match if response. Body.decode ("utf-8") will report without xpath
how to solve this problem

Mar.25,2022
Menu