( async with 後面會在進block 前先去call __aenter__ , 接著在離開block 時call __aexit__ 來做善後, 藉此可以在method 中使用 await 來接其他asynchronous ...
確定! 回上一頁