const ExtCall = { AppToast(message = "", duration = 1000) { const data = JSON.stringify({ function: "toast", message, duration, //延遲多少毫秒ms }); executeExtCall(data); }, }; AppToast.addEventListener("click", () => { ExtCall.AppToast("Hellow World", 3000); });
test2 包含了 關閉自己&切換分頁的 功能