Home > Backend Development > PHP Tutorial > thinkphp rediract 怎么加target ='_top'参数

thinkphp rediract 怎么加target ='_top'参数

WBOY
Release: 2016-06-23 13:44:12
Original
1288 people have browsed it

thinkphp  rediract  怎么加target ='_top'参数。。


回复讨论(解决方案)

Action::rediract 实现页面的重定向
实际执行的是 header 函数

target ='_top' 是 HTML A 和 FORM 标记的属性,用于指定跳转的目标对象

两者是毫不相关的

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template