import asyncio import time async def get_html(url): print("start get url") await asyncio.sleep(2) return "bobby"; def callback(url, future):
確定! 回上一頁