const value = await swal("Type something:", { content: "input", }); swal(`You typed: ${value}`);. In combination with Fetch: Using promises: swal({ text: "Wanna ...
確定! 回上一頁