Home > Backend Development > PHP Tutorial > 一个链接的问题大家帮忙解析下!

一个链接的问题大家帮忙解析下!

WBOY
Release: 2016-06-23 14:38:37
Original
804 people have browsed it

http://one112.150.pianyiidc.net/ajax/get/rateList/?username=forttorf

这个链接该怎么理解?很明显!在网站目录里面!没有get/rateList/这个文件夹目录!更奇怪的是“rateList/?username=forttorf”怎么理解!/?我还是很少见的!希望谁能帮我详细介绍一下!


回复讨论(解决方案)

就像thinkphp一样的url路由模式呀。
?username=forttorf只是传递一个参数

这个算是Pretty URL和Query String的混用吧。

这是应用了Apache或Nginx的重写规则
至于 /?其实跟其他rul跟参数的一样,都是url传参,第一个参数以?开始,后面其他参数以&连接

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