Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リダイレクトされたときに現在のページを取得するにはどうすればよいですか?フォームまたはサーバーを送信すると、リダイレクトされます。
UPD webClient.getCurrentWindow()。getEnclosedPage(); 私のために完璧に動作します。みんなありがとう!
デフォルトでは、Webclient はサーバーからの要求に応じてページをリダイレクトするように設定されています。オプション wClient.setRedirectEnabled(false); を無効にしないのはなぜですか。