@@ -27,8 +27,8 @@ class BasketballSpider(scrapy.Spider):
# 其他相关属性
details = node.css(cssDetail).css("td")
- homeTeam = details[3].css('::text').get()
- awayTeam = details[4].css('::text').get()
+ homeTeam = details[4].css('::text').get()
+ awayTeam = details[3].css('::text').get()
match = BSTPrice(
matchId,