js 弹出确认框

153 阅读1分钟

onclick= "if (confirm('确定要退出吗?')) return true; else return false;"