我正在使用 javaFX webView 如何将某个 URL 重定向到其他 URL。
例子 :-
if user access
example.com/pathabc
redirect it to
example.com/pathxyz
谢谢你。
编辑 :-
假设我加载了 example.com(我无法更改,我必须加载 example.com)
页面 example.com 有一个指向 example.com/pathabc 的链接,当用户单击它时可以访问它。
但我不想让用户访问 example.com/pathabc 所以我想重定向它 example.com/pathxyz
请告诉我如何重定向它。