1. 首页
  2. 数据库
  3. 其它
  4. 在JavaScript中调用php程序

在JavaScript中调用php程序

上传者: 2020-12-23 02:14:45上传 PDF文件 25.25KB 热度 13次
复制代码 代码如下:[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
用户评论