当前位置:Gxlcms >
PHP教程 >
急http://localhost/?action=ask|ssss|281942|cn|1731|1731怎么实现的呢?
急http://localhost/?action=ask|ssss|281942|cn|1731|1731怎么实现的呢?
时间:2021-07-01 10:21:17
帮助过:4人阅读
急!!!!http://localhost/?action=ask|ssss|281942|cn|1731|1731 如何实现的呢??????
http://localhost/?action=ask|ssss|281942|cn|1731|1731 像这样的访问实现原理是什么啊? 是如何实现的呢??
------解决方案--------------------
根目录下有个index.php文件,把action参数传递给了它,和http://localhost/index.php?action=是一个意思。
至于action的值,可以用explode("|",$_GET['action'])来处理。