复制代码 代码如下:[removed] function func() { if(confirm(“Are you OK with this?”)) { this.location = “ok.php?action=ok”; } else { this.location = “ok.php?action=cancel”; } } [removed] <html> <head> </head> <body> Please Click </bod