我知道我们可以通过以下语法在 url 中发送变量:
http://www.example.com/index.php?a=1&b=2
我知道我们有一些默认文件,如 index.html、index.php、...要重定向,我们可以重写上面的代码,如下所示:
http://www.example.com/?a=1&b=2
但我不明白这是什么:
http://www.google.com/search?q=e
这必须是:
https://www.google.com/search/?q=e
他们一样吗?