Java運行過程粗略解析

import xxxx.testB public class testA{ public static String test = "123"; public static void main(String args[]){ testB b = new testB(2, 「234」); b.message(); } } public class testB{ int num =
相關文章
相關標籤/搜索