Use open() to open a window and close() to close the window: let myWindow; function openWin() { myWindow = window.open("", "myWindow", "width=200, ...
確定! 回上一頁