Home > Backend Development > PHP Tutorial > url中带?会访问两次

url中带?会访问两次

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:07:09
Original
1290 people have browsed it

我编写链接时,当URL中不包含"?"以及之后的参数时,只访问一次,而携带之后访问两次
不携带<a href="http://codeigniter.org.cn">打开</a>
Fiddle截取url中带?会访问两次
携带<a href="http://codeigniter.org.cn?id=2">打开</a>
Fiddle截取url中带?会访问两次

请大神帮忙!!!

回复内容:

我编写链接时,当URL中不包含"?"以及之后的参数时,只访问一次,而携带之后访问两次
不携带<a href="http://codeigniter.org.cn">打开</a>
Fiddle截取url中带?会访问两次
携带<a href="http://codeigniter.org.cn?id=2">打开</a>
Fiddle截取url中带?会访问两次

请大神帮忙!!!

我试了这个网址,加上参数和不加参数都是一样的效果,并没有访问两次

讲道理的话,效果应该是一样的。

理论 && 实际上都不会因为加了 ? 有任何区别
是不是你用了什么 php 框架,js 框架,对这块做了处理 ?

不会出现这种情况的,最有可能是楼主的代码中添加了什么触发代码。

Related labels:
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