1. 首页
  2. 数据库
  3. 其它
  4. php的header和asp中的redirect比较

php的header和asp中的redirect比较

上传者: 2020-12-23 06:12:11上传 PDF文件 26KB 热度 12次
asp中实现重定向是用response.redirect 函数: 用法一例: response.redirect "../test.asp" php中也有类似函数:header 用法一例: header("location:../test.php"); 但是两者是有区别的. asp的redirect函数可以在向客户发送头文件后起作用. 如 <html><head></head><body> <%response.redirect "../test.asp"%> </body></html> 查是php中下例代
下载地址
用户评论