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.
ボタンをクリックすると文字列からテキストがランダムに表示されるアプリをEclipseで開発しようとしています。
それには簡単な解決策があります。Random() クラスを使用するか、Math.random() を使用して、文字列を文字の配列として反復処理します。次に、それがなくなるまでランダムなビットを選択します。
ただし、確認する必要があるのは、 OutOfBoundsException にヒットしないように、配列のサイズが常にチェックされることだけです