One way to do this is with an "async IIFE" (immediately invoked function expression)... (async () => { // code goes here })() ...
確定! 回上一頁