练习一个爬虫入门,断点调试的时候老是无法在第一个断点显示: from urllib import request class Spider(): url = 'https://live.bilibili.com/all?visit_id=2xogwy0pz3s0' def __fetch_content(self): r = request.urlopen(Spider.url) htmls