static在工具類中的使用

public class static工具類的使用 { public static void main(String[] args) { //定義數組 int [] arry = {1,3,45,46,7,9,10 }; // ---------有無static調用方法----------- // //靜態調用 // printArray(arry);
相關文章
相關標籤/搜索