弹出确认框,打开新窗口

原生

对话框

confirm(message);

新窗口

window.open(url);

例子

你可能感兴趣的:(弹出确认框,打开新窗口)