直接看實例吧 import java.io.*; class Test implements Serializable{ transient int i=2; static transient int j = 4; int k =6; } public class ...
確定! 回上一頁