有没有办法我可以使用PHP从链接中删除变量,例如,如果我有一个链接,读取http://localhost/link/index.php?s=30&p=3我将如何删除?s=30&p=3所以我的链接读取http://localhost/link/index.php
http://localhost/link/index.php?s=30&p=3
?s=30&p=3
http://localhost/link/index.php
php
php ×1