asyncio.ensure_future( coroutine ) -python3.6前. 大意: 將coroutine轉換成task 並放到當前的Event Loop. 這函數把協程對象封裝成一個task對象但 ...
確定! 回上一頁