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.
私のコードは次のようになります。
private ArrayList<Action> Actions; private String Action; Actions.get(Actions.length-1).getString();
この最後の行でエラーが発生し続けます (長さを解決できないか、フィールドではありません)。現時点では、これが私のメソッドの外観であり、このエラーのために実際に先に進むことができません:/