③ 使用async协程 ... 50 async def get_html_content(self, url: str): ... 55 req = await aiohttp.request('GET', url, headers=self.headers)
確定! 回上一頁