fileStream = new FileOutputStream("c: est.obj"); objectOutputStream out = new ObjectOutputStream(fileStream); out.writeObject(test);
確定! 回上一頁