跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
coroutine
python coroutine的运行过程
说明 1、先调用函数获取生成器对象,再调用next方法或send(None)方法打开coroutine。 2、 […]