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.
私はそれをやったことがないだけで、いくつかのフォーラムの投稿を読んだ後でも、泥のようにはっきりしています。
助けていただければ幸いです。ありがとう!
ArrayList<?> list = new ArrayList<?>(); Object o = new Object(); list.add(o);