私は次のようにコードを書いています
String sourceUrlString="http://some url";
Source source=new Source(new URL(sourceUrlString));
Element INFORM = source.getElementById("main").getAllElementsByClass("game").get(i-1);
String INFORM = INFORM.replaceAll("\\s",""); //shows error here
sendResponse(resp,+INFORM);
今、Element is Neglect white spaceからのテキストフェッチが必要です。どうすればよいですか? INFORM
上記のString INFORM
エラーを表示重複ローカル変数 INFORM );
例えば
エレメント INFORM によるテキスト フェッチは "my name is satish" ですが、次のように応答を送信する必要があります。
「マイナミサティッシュ」