[javascript] self window close

2023. 7. 15. 21:15카테고리 없음

반응형

window.open('', '_self', '');

window.close();

반응형