import asyncio import aiohttp from bs4 import BeautifulSoup ids = ['1', '2', '3'] async def fetch(session, id): print('Starting ...
確定! 回上一頁