为何刷新页面后,我写的超链接就没有了,显示不出来了

WBOY
Release: 2016-06-23 14:39:25
Original
1427 people have browsed it

各位大神,为什么我写的超链接在刷新页面后就显示不出来了,代码如下:


      " target=_blank>
    
帮忙看下,谢谢!

回复讨论(解决方案)

在上面把 $name打印下,看看刷新后是不是有值

直接通过浏览器firebug,查看源代码。

猜不到~~~~

上面写的没看出有什么问题, 你还是看下源代码 或者用工具看一下把

html代码没有问题,应该是$name没有取到值,没有值就是空啊,当然就在前台显示不出来,2#楼正解,你没有贴出php的上下文代码,我们也没办法猜出到底错在哪里了,最简单的办法就是 查看浏览器运行这个页面的源代码去排除问题,另外:  target = "_blank"   这个地方最好加引号, 要注意语法,做个细心的程序员。

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