-4
String highlightedWords[] = {"We", "country"};

String fullText = "We love our country a lot.";

textview.setText(fullText);

出力は次のようになります。 私たちは自分のをとても愛しています。

4

2 に答える 2