例如
原 URL : https://www.example.com/user.php?id=3
重构后变成这样: https://www.example.com/user/3
需要把旧 URL 全部 301 重定向到新 URL 吗?
原 URL : https://www.example.com/user.php?id=3
重构后变成这样: https://www.example.com/user/3
需要把旧 URL 全部 301 重定向到新 URL 吗?