#!/usr/bin/env python3 # -*- coding: utf-8 -*- import time async def foo(): await time.sleep(1) foo() 我无法运行这个简单的例子:
確定! 回上一頁