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.
ユーザーはJOptionPane.showInputDialog("enter month").
JOptionPane.showInputDialog("enter month").
結果は 3 文字のみ"jan"、"feb"または"mar".
"jan"
"feb"
"mar"
を使用します。inputString = inputString.substring(0, 3);ここで、inputStringは入力された月です。
inputString = inputString.substring(0, 3);
inputString