Scripts may close only the windows that were opened by them

前端 未结 0 2013
花落未央
花落未央 2021-01-04 13:17

I have tried many ways like

var win = window.open("","_self");*/ 
win.close();

and like this

window.opener         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题