swal ("Type something:", { content: "input", }) .then((value) => { swal(`You typed: ${value}`); });. Using async/await: const value = await swal("Type ...
確定! 回上一頁