await用來宣告程式掛起。await後面只能跟非同步程式或有__await__屬性的物件並且只能在協程函式內部使用。 async/await 是協程的語法糖。 await語法只能用在async修飾 ...
確定! 回上一頁